Skip to content

Commit

Permalink
Fix tarball contents of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n committed Dec 2, 2023
1 parent 95c81d6 commit 8844060
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/next-api-compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-api-compose",
"version": "2.0.0",
"version": "2.1.0",
"description": "Compose middleware chain in Next.js API Routes. Supports Pages and App router",
"author": {
"name": "Igor Klepacki",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/neg4n/next-api-compose"
"url": "git+https://github.com/neg4n/next-api-compose.git"
},
"keywords": [
"nextjs",
Expand All @@ -27,6 +27,7 @@
},
"homepage": "https://github.com/neg4n/next-api-compose/#readme",
"main": "./dist/app.js",
"files": ["dist"],
"exports": {
".": "./dist/app.js",
"./app": "./dist/app.js",
Expand Down

0 comments on commit 8844060

Please sign in to comment.