add tsd handling

This commit is contained in:
2016-01-18 18:59:44 +01:00
parent 2a4811ccb0
commit d12a09d3d8
18 changed files with 23 additions and 94 deletions

View File

@@ -10,7 +10,7 @@
"scripts": {
"test": "(cd compile && node compile.js)",
"release": "(git add -A && git commit -m 'update' && git push origin master && npm version patch && npm publish)",
"testm": "(cd test/ && npm update && npm test)"
"testm": "(cd test/ && node ../index.js)"
},
"repository": {
"type": "git",
@@ -30,6 +30,8 @@
"beautylog": "2.0.2",
"gulp": "3.9.0",
"gulp-insert": "0.5.0",
"gulp-sequence": "^0.4.4",
"gulp-tsd": "^0.1.0",
"gulp-typescript": "2.10.0",
"merge2": "0.3.6",
"smartcli": "0.0.11"