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

Commit 52c9e2c

Browse files
committed
fix(package): move @types to devDependencies
fixes: easy-webpack/core#21
1 parent 52b258c commit 52c9e2c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
},
3232
"homepage": "https://github.com/easy-webpack/config-sass#readme",
3333
"devDependencies": {
34+
"@types/debug": "0.0.29",
35+
"@types/lodash": "^4.14.38",
36+
"@types/node": "^6.0.46",
37+
"@types/source-map": "^0.1.29",
38+
"@types/webpack": "^1.12.35",
3439
"ava": "^0.16.0",
3540
"greenkeeper-postpublish": "^1.0.1",
3641
"rimraf": "^2.5.4",
@@ -42,12 +47,6 @@
4247
},
4348
"dependencies": {
4449
"@easy-webpack/config-css": "^3.0.0",
45-
"@types/debug": "^0.0.29",
46-
"@types/lodash": "^4.14.37",
47-
"@types/node": "^6.0.46",
48-
"@types/source-map": "^0.1.28",
49-
"@types/uglify-js": "^2.6.28",
50-
"@types/webpack": "^1.12.35",
5150
"node-sass": "^3.10.1",
5251
"sass-loader": "^4.0.2"
5352
},

0 commit comments

Comments
 (0)