[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/1d090df9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/1d090df9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/1d090df9 Branch: refs/heads/2.8.x Commit: 1d090df985eb1edab1a8828d705b4eef282d8128 Parents: bd09328 Author: Fil Maj <[email protected]> Authored: Tue Jun 4 08:44:07 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Tue Jun 4 10:34:27 2013 -0700 ---------------------------------------------------------------------- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1d090df9/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" },
