updated bin handling

This commit is contained in:
Philipp Kunz
2016-01-14 19:31:53 +01:00
parent 7410d22fc4
commit 2dffae4872
6 changed files with 31 additions and 11 deletions

View File

@@ -7,7 +7,8 @@
"npmts": "index.js"
},
"scripts": {
"test": "(cd compile && node compile.js)"
"test": "(cd compile && node compile.js)",
"testm": "(cd test/ && npm update && npm test)"
},
"repository": {
"type": "git",
@@ -26,6 +27,7 @@
"dependencies": {
"beautylog": "^2.0.2",
"gulp": "^3.9.0",
"gulp-insert": "^0.5.0",
"gulp-typescript": "^2.10.0",
"smartcli": "0.0.11"
}