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:
parent
160eed9ef5
commit
38f664c27c
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue