Skip to content

Commit

Permalink
Add webpack as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
skoging committed Aug 10, 2020
1 parent 20bc882 commit 75fa11e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skoging/react-app-rewire-source-map-loader",
"version": "1.0.8",
"version": "1.0.9",
"main": "index.js",
"repository": "git@github.com:skoging/react-app-rewire-source-map-loader.git",
"publishConfig": {
Expand Down Expand Up @@ -38,6 +38,7 @@
"prettier": "^1.19.1"
},
"peerDependencies": {
"react-app-rewired": "*"
"react-app-rewired": "*",
"webpack": "^4.0.0 || ^5.0.0"
}
}

0 comments on commit 75fa11e

Please sign in to comment.