Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
fix: support webpack 5 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Dec 6, 2019
1 parent 6bb1fa6 commit c0a9d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
],
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0",
"webpack": "^4.0.0"
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"fs-extra": "^8.1.0",
Expand Down

0 comments on commit c0a9d0c

Please sign in to comment.