Skip to content

Commit

Permalink
fix: Resolving peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Jul 10, 2017
1 parent 63643c2 commit 81b3aca
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 @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/mrsteele/dotenv-webpack#readme",
"peerDependencies": {
"webpack": ">=1.14.0"
"webpack": "^1 || ^2 || ^3"
},
"dependencies": {
"dotenv": "^4.0.0"
Expand All @@ -60,7 +60,7 @@
"sinon": "^2.3.2",
"standard": "^10.0.2",
"validate-commit-msg": "^2.12.1",
"webpack": "^3.0.0"
"webpack": "^3.1.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 81b3aca

Please sign in to comment.