Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 3db39e5

Browse files
committed
fix(pkg): update package visibility and add code owner to package.json file
1 parent bed7269 commit 3db39e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "@andatoshiki/fuki",
33
"description": "🐳 A lovely self-hosted yet serverless link shortener service via CloudFlare Workers!",
44
"version": "0.0.1",
5+
"private": "false",
56
"scripts": {
67
"dev": "node server.js",
78
"lint": "npx prettier --write .",
89
"postpublish": "yarn publish-npm",
9-
"publish-npm": "yarn publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
10+
"publish-npm": "yarn publish --access public --ignore-scripts --@andatoshiiki:registry='https://registry.npmjs.org'"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)