You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2013/10/02 16:36:02 UTC

git commit: Added bin param to package.json for npm link to work

Updated Branches:
  refs/heads/master e380786c8 -> 7e8b4a0fa


Added bin param to package.json for npm link to work


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

Branch: refs/heads/master
Commit: 7e8b4a0faeb06b6af9f39049b4bb4920624d135d
Parents: e380786
Author: Michal Mocny <mm...@gmail.com>
Authored: Wed Oct 2 10:35:55 2013 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Wed Oct 2 10:35:55 2013 -0400

----------------------------------------------------------------------
 package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/7e8b4a0f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 476dae9..d636118 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,9 @@
   "version": "0.0.2",
   "description": "apache cordova release tool",
   "main": "./coho",
+  "bin": {
+    "coho": "./coho"
+  },
   "devDependencies": {
     "coffee-script": ">=1.2.0",
     "nodeunit": "0.7.4"