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 9cdea02 commit 259b43a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 @@ -79,6 +79,10 @@
"type": "git",
"url": "https://github.com/honojs/honox.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"homepage": "https://hono.dev",
"workspaces": [
"examples/basic",
Expand Down

0 comments on commit 259b43a

Please sign in to comment.