Update aspnet-webpack to use TS 2.0 and @types

This commit is contained in:
SteveSandersonMS
2016-10-05 14:07:25 +01:00
parent f13c2595b8
commit 5c0505440d
4 changed files with 10 additions and 31 deletions

View File

@@ -25,9 +25,12 @@
"webpack-node-externals": "^1.4.3"
},
"devDependencies": {
"tsd": "0.6.5",
"@types/connect": "^3.4.30",
"@types/node": "^6.0.42",
"@types/webpack": "^1.12.34",
"rimraf": "^2.5.4",
"typescript": "^1.8.10"
"typescript": "^2.0.0",
"webpack": "^1.13.2"
},
"peerDependencies": {
"webpack": "^1.13.2"