diff --git a/bin/express b/bin/express index 3c0090c6a0..184a6e0ea9 100755 --- a/bin/express +++ b/bin/express @@ -348,6 +348,9 @@ function createApplicationAt(path) { , scripts: { start: 'node app' } , dependencies: { express: version + }, engines: { + node: process.versions.node.replace(/\.\d+$/, '.x') + , npm: '1.1.x' } }