Skip to content

Commit

Permalink
Extend plop peerDependency to allow v4
Browse files Browse the repository at this point in the history
It all appears to work correctly, so this change just removes the warning that shows up upon installing.
  • Loading branch information
lesleh authored Jun 27, 2024
1 parent 7f5818f commit 94dbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plop-action-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"eslint": "^8.19.0",
"plop": "^3.1.2"
"plop": "^3.1.2 || ^4.0.1"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit 94dbae2

Please sign in to comment.