Skip to content

Commit c09f68a

Browse files
authored
Merge pull request #32 from uditalias/master
Set `@types/webpack` as a dev dep
2 parents e544939 + d377fde commit c09f68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
],
1515
"main": "index.js",
1616
"dependencies": {
17-
"@types/webpack": "3.0.14",
1817
"javascript-obfuscator": "0.14.3",
1918
"multi-stage-sourcemap": "0.2.1",
2019
"multimatch": "2.1.0"
2120
},
2221
"devDependencies": {
2322
"@types/node": "8.0.47",
23+
"@types/webpack": "3.0.14",
2424
"typescript": "2.6.1",
2525
"typings": "2.1.1",
2626
"webpack": "3.8.1"

0 commit comments

Comments
 (0)