mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix: make packages public
This commit is contained in:
parent
33c10ce216
commit
e24fd0479b
4 changed files with 14 additions and 6 deletions
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"name": "@logto/phrases-ui",
|
||||
"version": "1.0.0-beta.11",
|
||||
"description": "i18n phrases for main-flow",
|
||||
"description": "Logto shared phrases (i18n) for main flow.",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"homepage": "https://github.com/logto-io/logto#readme",
|
||||
"license": "MPL-2.0",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"name": "@logto/phrases",
|
||||
"version": "1.0.0-beta.11",
|
||||
"description": "Logto shared phrases (l10n).",
|
||||
"description": "Logto shared phrases (i18n).",
|
||||
"author": "Silverhand Inc. <contact@silverhand.io>",
|
||||
"homepage": "https://github.com/logto-io/logto#readme",
|
||||
"license": "MPL-2.0",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
"lib",
|
||||
"alterations"
|
||||
],
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"precommit": "lint-staged",
|
||||
"version": "./update-next.sh && git add alterations/",
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"precommit": "lint-staged",
|
||||
"build": "rm -rf lib/ && tsc -p tsconfig.build.json",
|
||||
|
|
Loading…
Reference in a new issue