Update domain-task to use TS 2.0 and @types

This commit is contained in:
SteveSandersonMS
2016-10-05 14:30:22 +01:00
parent 7f257e86e3
commit 4e291130a0
5 changed files with 9 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
"description": "Tracks outstanding operations for a logical thread of execution",
"main": "index.js",
"scripts": {
"prepublish": "rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"domain-task\"'",
"prepublish": "rimraf *.d.ts && tsc && echo 'Finished building NPM package \"domain-task\"'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Microsoft",
@@ -21,6 +21,8 @@
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@types/node": "^6.0.42",
"@types/whatwg-fetch": "0.0.31",
"rimraf": "^2.5.4",
"typescript": "^2.0.0"
}