Skip to content

Commit

Permalink
fix: drop webpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Sep 28, 2018
1 parent 5208089 commit 6254f9c
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 165 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"loader-utils": "^1.1.0",
"svg-baker": "^1.3.0",
"svg-baker-runtime": "^1.3.3",
"url-slug": "2.0.0",
"webpack": "^4.12.1"
"url-slug": "2.0.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
Expand Down Expand Up @@ -79,6 +78,7 @@
"svgo-loader": "^1.2.1",
"validate-commit-msg": "^2.12.1",
"wallaby-webpack": "0.0.38",
"webpack": "^4.20.2",
"webpack-cli": "^2.1.5",
"webpack-toolkit": "^1.0.0"
},
Expand Down

0 comments on commit 6254f9c

Please sign in to comment.