Skip to content

Commit

Permalink
add engine to package.json
Browse files Browse the repository at this point in the history
This helps in detecting compatibility issues right during the npm installation. Fix for #1
  • Loading branch information
bogas04 committed Feb 1, 2016
1 parent 374d256 commit 4a5b1ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"license": "MIT",
"repository": "https://github.com/rtsao/babel-preset-es2015-node",
"main": "index.js",
"engines": {
"node": ">= 4.0.0",
},
"dependencies": {
"babel-plugin-transform-es2015-destructuring": "^6.4.0",
"babel-plugin-transform-es2015-function-name": "^6.4.0",
Expand Down

0 comments on commit 4a5b1ca

Please sign in to comment.