Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darklight9811 committed Sep 5, 2024
2 parents fd67a91 + 38d5004 commit 2998d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
"bun": ">=1.1.0"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*",
"scripts/*"
],
"workspaces": ["apps/*", "packages/*", "scripts/*"],
"dependencies": {
"@dotenvx/dotenvx": "^1.14.0",
"symlink-dir": "^6.0.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/ds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@repo/ds",
"version": "1.0.0",
"private": true,
"sideEffects": [
"**/*.css"
],
"sideEffects": ["**/*.css"],
"exports": {
"./*": "./src/components/*.tsx",
"./utils": "./src/lib/utils.ts",
Expand Down

0 comments on commit 2998d05

Please sign in to comment.