Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #31 from lachlancollins/fix-package-json
Browse files Browse the repository at this point in the history
fix: move svelte to devDependencies, update package.json exports
  • Loading branch information
Hugos68 authored Jul 14, 2024
2 parents cba6008 + 6bd8634 commit 33ff8fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-knives-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-contextify": patch
---

fix: move svelte to devDependencies, update package.json exports
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,22 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"dependencies": {
"svelte": "5.0.0-next.178"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@testing-library/svelte": "^5.2.0",
"happy-dom": "^14.12.3",
"svelte": "^5.0.0-next.178",
"typescript": "^5.5.3",
"vitest": "^2.0.1"
},
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0-next.0"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 3 additions & 4 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 33ff8fb

Please sign in to comment.