You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2017/05/25 21:10:06 UTC

android commit: CB-12617 : removed node0.x support for platforms and added engineStrict

Repository: cordova-android
Updated Branches:
  refs/heads/master f396712f5 -> d4dcbb13f


CB-12617 : removed node0.x support for platforms and added engineStrict

This closes #372


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

Branch: refs/heads/master
Commit: d4dcbb13fc8c30878f5d69af84874e5194eeedca
Parents: f396712
Author: Audrey So <au...@apache.org>
Authored: Wed Apr 5 13:59:27 2017 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu May 25 14:09:55 2017 -0700

----------------------------------------------------------------------
 appveyor.yml | 2 --
 package.json | 8 ++++++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d4dcbb13/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 76baabc..24ea88a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,5 @@
 environment:
   matrix:
-  - nodejs_version: "0.10"
-  - nodejs_version: "0.12"
   - nodejs_version: "4"
   - nodejs_version: "6"
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d4dcbb13/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 162ee05..fdb520b 100644
--- a/package.json
+++ b/package.json
@@ -48,5 +48,9 @@
     "jshint": "^2.6.0",
     "promise-matchers": "~0",
     "rewire": "^2.1.3"
-  }
-}
+  },
+  "engines": {
+    "node": ">=4.0.0"
+  },
+  "engineStrict": true
+}
\ No newline at end of file


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