Skip to content

Commit

Permalink
Merge pull request #29 from etsy/mpmartinez.FRI-1317
Browse files Browse the repository at this point in the history
bumping package version of kevin and webpack peer dependency
  • Loading branch information
mpmartinez-etsy authored Jun 20, 2024
2 parents 6ded7b3 + f67b4b9 commit e72456f
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
@@ -1,6 +1,6 @@
{
"name": "kevin-middleware",
"version": "1.7.1",
"version": "1.7.2",
"description": "This is an Express middleware that makes developing javascript in a monorepo easier.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -45,6 +45,6 @@
"verbose": true
},
"peerDependencies": {
"webpack": "4.x"
"webpack": "5.x"
}
}

0 comments on commit e72456f

Please sign in to comment.