Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vonschau committed Nov 22, 2020
1 parent f15f0c9 commit 02f0822
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": "next-routes-with-locale",
"version": "1.8.3",
"version": "1.8.4",
"description": "Easy to use locale-based dynamic routes for Next.js",
"repository": "vonschau/next-routes-with-locale",
"main": "dist",
Expand Down Expand Up @@ -28,6 +28,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"core-js": "^3.7.0",
"path-to-regexp": "^6.2.0"
},
"peerDependencies": {
Expand All @@ -44,7 +45,6 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"concurrently": "^5.3.0",
"core-js": "^3.7.0",
"coveralls": "^3.1.0",
"del-cli": "^3.0.1",
"eslint": "^7.14.0",
Expand Down

0 comments on commit 02f0822

Please sign in to comment.