add tsd handling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user