Skip to content

Commit

Permalink
526 - fixed the export (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacHagoel authored Dec 16, 2023
1 parent 486a10f commit 75d766a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-dnd-action",
"description": "*An awesome drag and drop library for Svelte 3 and 4 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *",
"version": "0.9.34",
"version": "0.9.35",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacHagoel/svelte-dnd-action.git"
Expand All @@ -18,7 +18,7 @@
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "./dist/index.js"
"svelte": "./src/index.js"
}
},
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Svelte Dnd Action - Release Notes

### [0.9.35](https://github.com/isaacHagoel/svelte-dnd-action/pull/527)

Added an export block to package.json to remove a Svelte 5 (actually vite) warning about the deprecated "svelte" entry

### [0.9.34](https://github.com/isaacHagoel/svelte-dnd-action/pull/524)

Added an export block to package.json to remove a Svelte 5 (actually vite) warning about the deprecated "svelte" entry
Don't use this version please. It has a silly mistake that cause an error with Sveltekit 2

### [0.9.33](https://github.com/isaacHagoel/svelte-dnd-action/pull/499)

Expand Down

0 comments on commit 75d766a

Please sign in to comment.