Skip to content

Commit

Permalink
⚗️ [Earwurm] Remove bundleDependencies and just use `devDependencie…
Browse files Browse the repository at this point in the history
…s` (#75)
  • Loading branch information
beefchimi authored Jan 22, 2024
1 parent 2d31481 commit d159f16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-tools-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"earwurm": patch
---

Remove bundleDependencies and just use devDependencies.
11 changes: 3 additions & 8 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,14 @@
"build": "pnpm clean && pnpm build:only",
"start": "pnpm build:only --watch"
},
"bundleDependencies": [
"@earwurm/helpers",
"@earwurm/types",
"@earwurm/utilities"
],
"dependencies": {
"@earwurm/helpers": "workspace:*",
"@earwurm/types": "workspace:*",
"@earwurm/utilities": "workspace:*",
"emitten": "^0.6.3"
},
"devDependencies": {
"@earwurm/helpers": "workspace:*",
"@earwurm/mocks": "workspace:*",
"@earwurm/types": "workspace:*",
"@earwurm/utilities": "workspace:*",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1"
},
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d159f16

Please sign in to comment.