CB-11976 - Updated package.json engine key

 This closes #262


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/9c306a44
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/9c306a44
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/9c306a44

Branch: refs/heads/master
Commit: 9c306a44e146788dd6c62a9b3005212608e4572b
Parents: ce6dcad
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Mon Oct 10 16:34:32 2016 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Thu Oct 13 19:04:34 2016 -0700

----------------------------------------------------------------------
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9c306a44/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d4bd816..6685d96 100644
--- a/package.json
+++ b/package.json
@@ -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"
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to