triton bin in package.json

This commit is contained in:
Dave Eddy 2015-08-26 14:57:19 -04:00
parent 532cead66f
commit 945b631878
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
"vasync": "1.6.3",
"verror": "1.6.0"
},
"bin": {
"triton": "./bin/triton"
},
"engines": {
"node": ">=0.10"
}