Skip to content

Commit

Permalink
fix: add config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gordon committed May 1, 2024
1 parent edf66c4 commit 8e13918
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"main": "./dist/main.js",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts",
"type": "module",
"files": [
"dist",
"app-router"
Expand Down Expand Up @@ -50,6 +51,11 @@
"peerDependencies": {
"next": "^14.2.2"
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
Expand Down

0 comments on commit 8e13918

Please sign in to comment.