Skip to content

Commit

Permalink
build: pushes new build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Feb 19, 2025
1 parent 59c906f commit 93a83af
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formkit/drag-and-drop",
"version": "0.3.4",
"version": "0.4.0",
"description": "Drag and drop package.",
"main": "./index.cjs",
"types": "./index.d.cts",
Expand Down Expand Up @@ -38,6 +38,16 @@
"default": "./react/index.mjs"
}
},
"./solid": {
"require": {
"types": "./solid/index.d.cts",
"default": "./solid/index.cjs"
},
"import": {
"types": "./solid/index.d.ts",
"default": "./solid/index.mjs"
}
},
".": {
"require": {
"types": "./index.d.cts",
Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.4",
"version": "0.4.0",
"private": true,
"description": "Drag and drop package.",
"main": "./index.cjs",
Expand Down Expand Up @@ -54,6 +54,16 @@
"default": "./react/index.mjs"
}
},
"./solid": {
"require": {
"types": "./solid/index.d.cts",
"default": "./solid/index.cjs"
},
"import": {
"types": "./solid/index.d.ts",
"default": "./solid/index.mjs"
}
},
".": {
"require": {
"types": "./index.d.cts",
Expand Down

0 comments on commit 93a83af

Please sign in to comment.