You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/09 21:32:57 UTC

[1/2] git commit: CB-4871 Remove unused dep "ncallbacks", move osenv to devDependencies

Updated Branches:
  refs/heads/master 87404b922 -> 4bd463bff


CB-4871 Remove unused dep "ncallbacks", move osenv to devDependencies


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

Branch: refs/heads/master
Commit: efa6c3ddea3bc90fc77602c108a905fff283b1bc
Parents: 87404b9
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 9 15:31:53 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 9 15:31:53 2014 -0500

----------------------------------------------------------------------
 package.json     | 5 ++---
 src/uninstall.js | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/efa6c3dd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5d5e541..c631e0e 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,6 @@
     "plist-with-patches": "0.5.x",
     "bplist-parser": "0.0.x",
     "shelljs": "0.1.x",
-    "osenv": "0.0.x",
-    "ncallbacks":"1.1.0",
     "underscore":"1.4.4",
     "dep-graph":"1.1.0",
     "semver": "2.0.x",
@@ -37,7 +35,8 @@
     "tar.gz": "0.1.1"
   },
   "devDependencies": {
-    "jasmine-node": "1.7.0"
+    "jasmine-node": "1.7.0",
+    "osenv": "0.0.x",
   },
   "bin" : { "plugman" : "./main.js" },
   "scripts": {

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/efa6c3dd/src/uninstall.js
----------------------------------------------------------------------
diff --git a/src/uninstall.js b/src/uninstall.js
index 4bc8a23..9bdc359 100644
--- a/src/uninstall.js
+++ b/src/uninstall.js
@@ -5,7 +5,6 @@ var path = require('path'),
     config_changes = require('./util/config-changes'),
     xml_helpers = require('./util/xml-helpers'),
     action_stack = require('./util/action-stack'),
-    n = require('ncallbacks'),
     dependencies = require('./util/dependencies'),
     underscore = require('underscore'),
     Q = require('q'),


[2/2] git commit: CB-4871 Add spec/ to .npmignore

Posted by ag...@apache.org.
CB-4871 Add spec/ to .npmignore


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/4bd463bf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/4bd463bf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/4bd463bf

Branch: refs/heads/master
Commit: 4bd463bffdafd319fa7bf6452ba0a51a1ef060d8
Parents: efa6c3d
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 9 15:32:44 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 9 15:32:44 2014 -0500

----------------------------------------------------------------------
 .npmignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/4bd463bf/.npmignore
----------------------------------------------------------------------
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..79c6997
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1 @@
+spec