Skip to content

Commit

Permalink
fix: specify lowest node version in package.json
Browse files Browse the repository at this point in the history
The lowest version of node required by explicit dependencies is ^8.12.0 specified by Execa
  • Loading branch information
Iiro Jäppinen committed Jul 2, 2019
1 parent e24aaf2 commit 392c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -6,7 +6,7 @@ const pkg = require('./package.json')
require('please-upgrade-node')(
Object.assign({}, pkg, {
engines: {
node: '>=8.6.0'
node: '>=8.12.0'
}
})
)
Expand Down

0 comments on commit 392c337

Please sign in to comment.