Skip to content

Commit

Permalink
Refactor package.json and remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 1, 2024
1 parent 3290f58 commit 55c47a1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 51 deletions.
11 changes: 2 additions & 9 deletions packages/studiocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"src"
],
"exports": {
".": "./src/index.ts",
"./blog": "./src/blog/index.ts"
".": "./src/index.ts"
},
"type": "module",
"dependencies": {
Expand Down Expand Up @@ -89,13 +88,7 @@
},
"peerDependencies": {
"@astrojs/db": "catalog:min",
"astro": "catalog:min",
"@studiocms/blog": "workspace:*"
},
"peerDependenciesMeta": {
"@studiocms/blog": {
"optional": true
}
"astro": "catalog:min"
},
"devDependencies": {
"vite": "catalog:",
Expand Down
35 changes: 0 additions & 35 deletions packages/studiocms/src/blog/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/studiocms_blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"type": "module",
"dependencies": {
"studiocms": "workspace:*",
"@studiocms/core": "workspace:*",
"@studiocms/frontend": "workspace:*",
"@astrojs/rss": "catalog:",
"astro-theme-provider": "catalog:"
Expand Down
6 changes: 0 additions & 6 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 55c47a1

Please sign in to comment.