Skip to content

Commit

Permalink
CB-11976 - Updated package.json engine key
Browse files Browse the repository at this point in the history
 This closes #262
  • Loading branch information
shazron authored and stevengill committed Oct 14, 2016
1 parent ce6dcad commit 9c306a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -5,9 +5,8 @@
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
"node": ">=0.9.9"
"node": ">=4.0.0"
},
"engineStrict": true,
"bin": {
"cordova": "./bin/cordova"
},
Expand Down

0 comments on commit 9c306a4

Please sign in to comment.