[Pkg-javascript-commits] [node-sha.js] 68/237: make installable as a command

Bastien Roucariès rouca at moszumanska.debian.org
Fri May 5 09:03:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-sha.js.

commit f6842dde37f0b37042e513fc63d214989417fff4
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date:   Tue Dec 31 12:36:37 2013 +0700

    make installable as a command
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 0a036d3..e90fdba 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
   "devDependencies": {
     "tape": "~2.3.2"
   },
+  "bin": "./bin.js",
   "scripts": {
     "test": "set -e; for t in test/*.js; do node $t; done;"
   },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git



More information about the Pkg-javascript-commits mailing list