Skip to content

Commit

Permalink
fix: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chia1104 committed Jul 22, 2023
1 parent e9a106c commit 7e3bed1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"name": "@chiastack/tailwind-config",
"types": "index.d.ts",
"version": "0.0.1-beta.1",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"devDependencies": {
"tailwindcss": "^3.3.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@chiastack/tsconfig",
"version": "0.0.1-beta.1",
"publishConfig": {
"access": "public"
},
"files": [
"base.json",
"nextjs.json",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://json.schemastore.org/package",
"name": "@chiastack/ui-utils",
"version": "0.0.1-beta.1",
"publishConfig": {
"access": "public"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://json.schemastore.org/package",
"name": "@chiastack/ui",
"version": "0.0.1-beta.1",
"publishConfig": {
"access": "public"
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
Expand Down
3 changes: 3 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://json.schemastore.org/package",
"name": "@chiastack/utils",
"version": "0.0.1-beta.1",
"publishConfig": {
"access": "public"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 7e3bed1

Please sign in to comment.