Skip to content

Commit

Permalink
chore: set npm publish setting
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrith committed Aug 10, 2024
1 parent bdf9813 commit 5b62d17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/node-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"bin": {
"dshub": "dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"cli": "tsx ./src/cli.ts",
"build": "ncc build ./src/cli.ts -o dist",
Expand Down
5 changes: 4 additions & 1 deletion packages/style-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@design-systems-hub/tailwind",
"name": "@design-system-hub/tailwind",
"description": "A library to override tailwind theme using design tokens",
"keywords": [
"tailwind",
Expand All @@ -15,6 +15,9 @@
"lint": "eslint .",
"format": "prettier --check ."
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 5b62d17

Please sign in to comment.