Skip to content

Commit

Permalink
bumping package version of kevin and webpack peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmartinez-etsy committed Jun 20, 2024
1 parent 6ded7b3 commit f67b4b9
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 f67b4b9

Please sign in to comment.