Skip to content

Commit

Permalink
fix: make url-loader a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
err53 committed Jan 2, 2021
1 parent 4264486 commit 747cda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react-icons": "^3.11.0",
"url-loader": "^4.1.1"
"react-icons": "^3.11.0"
},
"peerDependencies": {
"react": "^16.13.1",
Expand Down Expand Up @@ -67,6 +66,7 @@
"sass-loader": "^10.0.1",
"semantic-release": "^17.1.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.1",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
Expand Down

0 comments on commit 747cda2

Please sign in to comment.