You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/01/10 00:31:05 UTC

git commit: got rid of old script ref. fixes CB-2182

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 <ma...@gmail.com>
Authored: Wed Jan 9 15:33:03 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
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",