Skip to content

Commit

Permalink
Add engines config to generated package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 17, 2019
1 parent bb86a2b commit b886a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/global/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports.handler = function handler(options) {
jest: pkg.devDependencies.jest,
coveralls: pkg.devDependencies.coveralls,
},
engines: pkg.engines,
jest: {
testEnvironment: 'node',
},
Expand Down

0 comments on commit b886a82

Please sign in to comment.