Skip to content

Commit

Permalink
Updating Node version in Engines spec in package.json (#528)
Browse files Browse the repository at this point in the history
* Updating Node version in package.json

Updated Node version from 0.12 to 1.4 in package.json engines

* Updated node version

Updated Node version from 0.12 to 4 in package.json Engines Spec

Fixes Issue #509
  • Loading branch information
aakash2602 authored and ziluvatar committed Oct 22, 2018
1 parent 1c8ff5a commit cfd1079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
},
"engines": {
"npm": ">=1.4.28",
"node": ">=0.12"
"node": ">=4"
},
"files": [
"lib",
Expand Down

0 comments on commit cfd1079

Please sign in to comment.