Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
fix(package): add webpack >= v4.0.0 (peerDependencies) (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 9, 2018
1 parent 2275102 commit 00e20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,6 +74,6 @@
]
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
}
}

0 comments on commit 00e20a4

Please sign in to comment.