소스 검색

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"
 	},