0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix: add publish config for public packages (#2192)

This commit is contained in:
Gao Sun 2022-10-19 11:15:14 +08:00 committed by GitHub
parent 160eed9ef5
commit 38f664c27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,9 @@
"author": "Silverhand Inc. <contact@silverhand.io>",
"homepage": "https://github.com/logto-io/logto#readme",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"bin": {
"logto": "bin/logto"

View file

@ -3,6 +3,9 @@
"version": "1.0.0-beta.10",
"author": "Silverhand Inc. <contact@silverhand.io>",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"bin": {
"logto-create": "./index.sh"
},