You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/04 20:32:51 UTC

[55/91] [abbrv] git commit: Fixes #14 - npm install -g, shortcut is still named 'pluginstall'

Fixes #14 - npm install -g, shortcut is still named 'pluginstall'


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

Branch: refs/heads/master
Commit: 4e03b36a825bfeb2e37d3be4eafa4ac4411cfad0
Parents: ad0129c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Sat Jan 5 09:37:44 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Sat Jan 5 09:37:44 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/4e03b36a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8f88e7c..7a08939 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
   "devDependencies": {
     "nodeunit": "0.7.x"
   },
-  "bin" : { "pluginstall" : "./plugman.js" },
+  "bin" : { "plugman" : "./plugman.js" },
   "scripts": {
     "test": "nodeunit test"
   }