mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
Merge pull request #2200 from logto-io/gao-make-public
fix: make packages public
This commit is contained in:
commit
c454d8e253
4 changed files with 16 additions and 7 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"
|
||||
],
|
||||
|
|
|
@ -6,9 +6,12 @@
|
|||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"lib",
|
||||
"alterations"
|
||||
"alterations",
|
||||
"tables"
|
||||
],
|
||||
"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…
Add table
Reference in a new issue