Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 26, 2024
1 parent 6ef3199 commit 1f2fc71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint src/**.ts",
"lint:fix": "eslint src/**.ts --fix",
"prerelease": "yarn test && yarn build",
"release": "np"
"release": "np --no-yarn"
},
"files": [
"dist"
Expand Down Expand Up @@ -80,7 +80,8 @@
"url": "https://github.com/honojs/honox.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"registry": "https://registry.npmjs.org",
"access": "public"
},
"homepage": "https://hono.dev",
"workspaces": [
Expand Down Expand Up @@ -116,4 +117,4 @@
"engines": {
"node": ">=18.14.1"
}
}
}

0 comments on commit 1f2fc71

Please sign in to comment.