Skip to content

Commit cfd1079

Browse files
aakash2602ziluvatar
authored andcommitted
Updating Node version in Engines spec in package.json (#528)
* 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
1 parent 1c8ff5a commit cfd1079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"engines": {
6161
"npm": ">=1.4.28",
62-
"node": ">=0.12"
62+
"node": ">=4"
6363
},
6464
"files": [
6565
"lib",

0 commit comments

Comments
 (0)