From f1ab1c299546c3bd3dcc2cdced346a82ce3d54a3 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Fri, 24 Oct 2014 12:09:42 -0700 Subject: [PATCH] Pin cordova-cli to the newest cordova-lib-npm fork that correctly points to the latest fork of cordova-android --- scripts/generate-dev-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-dev-bundle.sh b/scripts/generate-dev-bundle.sh index f6df7f4620..77d114a860 100755 --- a/scripts/generate-dev-bundle.sh +++ b/scripts/generate-dev-bundle.sh @@ -207,7 +207,7 @@ rm -rf node_modules/jsdoc/node_modules/esprima/test # upstream. # https://github.com/apache/cordova-android/commit/445ddd89fb3269a772978a9860247065e5886249 #npm install cordova@3.5.0-0.2.6 -npm install "https://github.com/meteor/cordova-cli/tarball/898040e71f6d6900cac4d477986b0451fb196ff1" +npm install "https://github.com/meteor/cordova-cli/tarball/0c9b3362c33502ef8f6dba514b87279b9e440543" rm -rf node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-js/node_modules/browserify/node_modules/browser-pack/node_modules/JSONStream/test/fixtures rm -rf node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-js/node_modules/browserify/node_modules/browserify-zlib/node_modules/pako/benchmark rm -rf node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-js/node_modules/browserify/node_modules/browserify-zlib/node_modules/pako/test