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

[49/91] [abbrv] git commit: updating package.json to relfect name change

updating package.json to relfect name change


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

Branch: refs/heads/master
Commit: 27df68604ae3753e39eb564e269342250581f74a
Parents: 19cf42e
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Nov 28 10:58:32 2012 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Nov 28 10:58:32 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/27df6860/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 22afd7f..0fdf3a6 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
 {
   "author": "Andrew Lunny <al...@gmail.com>",
-  "name": "pluginstall",
+  "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.5.3",
+  "version": "0.5.4",
   "repository": {
     "type": "git",
-    "url": "git://github.com/alunny/pluginstall.git"
+    "url": "git://github.com/imhotep/plugman.git"
   },
-  "main": "pluginstall.js",
+  "main": "plugman.js",
   "engines": {
     "node": ">=0.6.7"
   },
@@ -24,7 +24,7 @@
   "devDependencies": {
     "nodeunit": "0.7.x"
   },
-  "bin" : { "pluginstall" : "./pluginstall.js" },
+  "bin" : { "pluginstall" : "./plugman.js" },
   "scripts": {
     "test": "nodeunit test"
   }