Adding tsd to dev dependencies in aspnet-webpack.

Adding tsd to aspnet-webpack's dev dependencies to allow the package's npm prepublish script to succeed without a global tsd install.
This commit is contained in:
Erik Medina
2016-08-27 04:03:23 -07:00
committed by SteveSandersonMS
parent da662c55fa
commit 67f7e7450f

View File

@@ -18,6 +18,7 @@
"webpack-externals-plugin": "^1.0.0"
},
"devDependencies": {
"tsd": "0.6.5",
"rimraf": "^2.5.4",
"typescript": "^1.8.10"
},