Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit 0afe8e7

Browse files
committed
fix(package): move @types to devDependencies
fixes: #21
1 parent 25f159f commit 0afe8e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
},
2929
"homepage": "https://github.com/easy-webpack/core#readme",
3030
"devDependencies": {
31+
"@types/debug": "0.0.29",
32+
"@types/lodash": "^4.14.38",
33+
"@types/node": "^6.0.46",
34+
"@types/source-map": "^0.1.29",
35+
"@types/webpack": "^1.12.35",
3136
"ava": "^0.16.0",
3237
"greenkeeper-postpublish": "^1.0.0",
3338
"rimraf": "^2.5.4",
@@ -36,16 +41,11 @@
3641
"tslint": "^3.11.0",
3742
"tslint-config-standard": "^1.2.2",
3843
"typescript": "^2.0.0",
39-
"webpack": "beta",
40-
"@types/debug": "^0.0.29",
41-
"@types/node": "^6.0.46",
42-
"@types/source-map": "^0.1.28",
43-
"@types/uglify-js": "^2.6.28",
44-
"@types/webpack": "^1.12.35"
44+
"webpack": "beta"
4545
},
4646
"dependencies": {
47-
"@types/lodash": "^4.14.37",
4847
"@easy-webpack/assign": "^0.9.9 || ^1.0.0",
48+
"@types/lodash": "^4.14.38",
4949
"lodash": "^4.13.1"
5050
},
5151
"ava": {

0 commit comments

Comments
 (0)