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/03/06 23:50:11 UTC

git commit: 2.5.3. added temp and fixture dirs to npmignore. this reduces npm payload from 60MB to 18MB.

Updated Branches:
  refs/heads/master 7c0d0091c -> 29a3d2486


2.5.3. added temp and fixture dirs to npmignore. this reduces npm payload from 60MB to 18MB.


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/29a3d248
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/29a3d248
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/29a3d248

Branch: refs/heads/master
Commit: 29a3d24860aba0efa9dac276870e09fe458212b8
Parents: 7c0d009
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Mar 6 14:50:06 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Mar 6 14:50:06 2013 -0800

----------------------------------------------------------------------
 .npmignore   |    2 ++
 package.json |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/29a3d248/.npmignore
----------------------------------------------------------------------
diff --git a/.npmignore b/.npmignore
index e69de29..887f8ca 100644
--- a/.npmignore
+++ b/.npmignore
@@ -0,0 +1,2 @@
+temp
+spec/fixtures

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/29a3d248/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index bab301c..822af87 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.5.2",
+  "version": "2.5.3",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",