Browse Source

fix bin installs

Gil Pedersen 13 năm trước cách đây
mục cha
commit
56a4088978
3 tập tin đã thay đổi với 4 bổ sung0 xóa
  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"
 	},