Skip to content

Commit

Permalink
fix: fix incorrect nextjs peer deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard86 committed Nov 29, 2022
1 parent c729fda commit 2d4d9a1
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-api-handler",
"version": "0.4.0",
"version": "0.4.1",
"description": "lightweight nextjs api handler wrapper, portable & configurable for serverless environment",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -115,6 +115,6 @@
]
},
"peerDependencies": {
"next": "^12"
"next": ">=9"
}
}

0 comments on commit 2d4d9a1

Please sign in to comment.