浏览代码

fix bin installs

Gil Pedersen 13 年之前
父节点
当前提交
56a4088978
共有 3 个文件被更改,包括 4 次插入0 次删除
  1. 0 0
      bin/hlsdump
  2. 0 0
      bin/hlsmon
  3. 4 0
      package.json

bin/hlsdump.js → bin/hlsdump


bin/hlsmon.js → bin/hlsmon


+ 4 - 0
package.json

@@ -10,6 +10,10 @@
   "directories": {
     "test": "test"
   },
+	"bin": {
+		"hlsdump": "./bin/hlsdump",
+		"hlsmon": "./bin/hlsmon"
+	},
   "repository": {
 		"type" : "git", "url": "http://github.com/kanongil/node-hls-tools.git"
 	},