Updated Branches: refs/heads/master2 6013aada5 -> 0c6c190d7
[CB-3568] Added min node requirement of 0.9.9 to avoid issues with `tmpdir`. npm version @ 2.8.2 now. Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/0c6c190d Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/0c6c190d Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/0c6c190d Branch: refs/heads/master2 Commit: 0c6c190d7923563f6860451e7bcfe5df1ab225a9 Parents: 6013aad Author: Fil Maj <[email protected]> Authored: Tue Jun 4 08:44:07 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Tue Jun 4 08:44:07 2013 -0700 ---------------------------------------------------------------------- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0c6c190d/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 74c73f4..d34c03f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "cordova", - "version": "2.8.1", + "version": "2.8.2", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", + "engines":{ + "node":">=0.9.9" + }, "bin": { "cordova": "./bin/cordova" },
