Skip to content

Commit

Permalink
Add draggable export
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Sep 5, 2024
1 parent 080cceb commit 7a52b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.24.10",
"version": "0.24.11",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,6 @@
],
"peerDependencies": {
"svelte": "^5.0.0-next.242",
"@neodrag/svelte": "^2.0.6",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down Expand Up @@ -87,6 +86,7 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@neodrag/svelte": "^2.0.6",
"@selenite/commons-rs": "^0.1.2",
"autosize": "^6.0.1",
"core-js": "^3.38.1",
Expand All @@ -97,4 +97,4 @@
"uuid": "^10.0.0",
"wu": "^2.1.0"
}
}
}
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export * as Types from './type';
export * from './type';
export * as DataStructure from './datastructure';
export * from './datastructure';
export * from '@neodrag/svelte'

0 comments on commit 7a52b2f

Please sign in to comment.