Skip to content

Commit

Permalink
fix(package): move @types to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Nov 8, 2016
1 parent e38959a commit bed19ad
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
},
"homepage": "https://github.com/easy-webpack/config-env-development#readme",
"devDependencies": {
"@types/debug": "0.0.29",
"@types/lodash": "^4.14.38",
"@types/node": "^6.0.46",
"@types/source-map": "^0.1.29",
"@types/webpack": "^1.12.35",
"ava": "^0.16.0",
"greenkeeper-postpublish": "^1.0.1",
"rimraf": "^2.5.4",
Expand All @@ -38,14 +43,7 @@
"tslint-config-standard": "^1.5.0",
"typescript": "^2.0.6"
},
"dependencies": {
"@types/debug": "^0.0.29",
"@types/lodash": "^4.14.37",
"@types/node": "^6.0.46",
"@types/source-map": "^0.1.28",
"@types/uglify-js": "^2.6.28",
"@types/webpack": "^1.12.35"
},
"dependencies": {},
"peerDependencies": {
"@easy-webpack/core": "*"
},
Expand Down

0 comments on commit bed19ad

Please sign in to comment.