Add webpack to normal dependencies

This commit is contained in:
Christoph Diehl 2018-04-06 22:02:56 +02:00
parent 42cadc6db0
commit d2c84b56a8
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 3 additions and 3 deletions

View File

@ -55,10 +55,10 @@
"qunit": "^2.5.1",
"qunitjs": "^2.4.1",
"standard": "^11.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"dependencies": {
"jsesc": "^2.5.1"
"jsesc": "^2.5.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
}
}