Skip to content

Commit b886a82

Browse files
author
Robert Jackson
committed
Add engines config to generated package.json.
1 parent bb86a2b commit b886a82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

commands/global/new.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports.handler = function handler(options) {
7979
jest: pkg.devDependencies.jest,
8080
coveralls: pkg.devDependencies.coveralls,
8181
},
82+
engines: pkg.engines,
8283
jest: {
8384
testEnvironment: 'node',
8485
},

0 commit comments

Comments
 (0)