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

[56/91] [abbrv] git commit: Issue #14 wrong bin name

Issue #14 wrong bin name


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

Branch: refs/heads/master
Commit: 59f69f41609358d81568883c27d4969e2dd558fa
Parents: ad0129c
Author: Anis Kadri <an...@gmail.com>
Authored: Mon Jan 7 06:15:44 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon Jan 7 06:15:44 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/59f69f41/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"
   }