Updated Branches: refs/heads/master 5742036a9 -> f011bc372 Updated Tags: refs/tags/2.3.1 [created] f011bc372
got rid of old script ref. fixes CB-2182 Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/f011bc37 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/f011bc37 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/f011bc37 Branch: refs/heads/master Commit: f011bc3721a4c67ef7a9a8feea21194b8f541b2d Parents: 5742036 Author: Fil Maj <[email protected]> Authored: Wed Jan 9 15:33:03 2013 -0800 Committer: Fil Maj <[email protected]> Committed: Wed Jan 9 15:33:03 2013 -0800 ---------------------------------------------------------------------- package.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f011bc37/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 9610ed1..eea9117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "2.3.0", + "version": "2.3.1", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", @@ -9,7 +9,7 @@ }, "scripts": { "test": "./node_modules/jasmine-node/bin/jasmine-node --color spec", - "install": "node test_bootstrap.js && ./bin/notice" + "install": "node bootstrap.js && ./bin/notice" }, "repository": { "type": "git",
