Skip to content

Commit

Permalink
Indicate minimum Node-version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Apr 16, 2017
1 parent a05c73f commit 2292f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"prepublish": "node_modules/.bin/eslint .",
"test": "node_modules/.bin/eslint ."
},
"engines" : { "node" : ">=6.0.0" },
"dependencies": {
"debug": "^2.6.3",
"minimist": "^1.2.0"
Expand Down

0 comments on commit 2292f1f

Please sign in to comment.