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:
parent
da662c55fa
commit
67f7e7450f
|
|
@ -18,6 +18,7 @@
|
|||
"webpack-externals-plugin": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsd": "0.6.5",
|
||||
"rimraf": "^2.5.4",
|
||||
"typescript": "^1.8.10"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue