got rid of old script ref. fixes CB-2182
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",