Repository: cordova-js Updated Branches: refs/heads/master 65fd0f61c -> 5a1bffcf4
CB-8990: bump nodejs requirement to 4.0.0+ Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/5a1bffcf Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/5a1bffcf Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/5a1bffcf Branch: refs/heads/master Commit: 5a1bffcf410d1696d5701b3eaa9bca9b0859480d Parents: 65fd0f6 Author: filmaj <[email protected]> Authored: Wed Aug 23 11:45:41 2017 +0200 Committer: filmaj <[email protected]> Committed: Wed Aug 23 11:45:41 2017 +0200 ---------------------------------------------------------------------- package.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5a1bffcf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index b4d93f6..0bcf5c2 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "author": "Gord Tanner <[email protected]> (http://github.com/gtanner)", "name": "cordova-js", "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.", + "engines": { + "node": ">=4.0.0" + }, "version": "4.2.2-dev", "homepage": "http://cordova.apache.org", "repository": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
