Skip to content

Commit 951fde4

Browse files
committed
fix: make package public
1 parent fe5ad2d commit 951fde4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"module": "./dist/index.js",
1212
"type": "module",
1313
"bin": {
14-
"honestjs": "./dist/index.js"
14+
"honestjs": "./dist/index.js",
15+
"honest": "./dist/index.js",
16+
"hnjs": "./dist/index.js"
1517
},
1618
"dependencies": {
1719
"@bluwy/giget-core": "^0.1.3",
@@ -64,7 +66,8 @@
6466
],
6567
"license": "MIT",
6668
"publishConfig": {
67-
"registry": "https://registry.npmjs.org"
69+
"registry": "https://registry.npmjs.org",
70+
"access": "public"
6871
},
6972
"scripts": {
7073
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)