Skip to content

Commit 93a83af

Browse files
author
Sasha Milenkovic
committed
build: pushes new build artifact
1 parent 59c906f commit 93a83af

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

dist/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formkit/drag-and-drop",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Drag and drop package.",
55
"main": "./index.cjs",
66
"types": "./index.d.cts",
@@ -38,6 +38,16 @@
3838
"default": "./react/index.mjs"
3939
}
4040
},
41+
"./solid": {
42+
"require": {
43+
"types": "./solid/index.d.cts",
44+
"default": "./solid/index.cjs"
45+
},
46+
"import": {
47+
"types": "./solid/index.d.ts",
48+
"default": "./solid/index.mjs"
49+
}
50+
},
4151
".": {
4252
"require": {
4353
"types": "./index.d.cts",

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.4",
2+
"version": "0.4.0",
33
"private": true,
44
"description": "Drag and drop package.",
55
"main": "./index.cjs",
@@ -54,6 +54,16 @@
5454
"default": "./react/index.mjs"
5555
}
5656
},
57+
"./solid": {
58+
"require": {
59+
"types": "./solid/index.d.cts",
60+
"default": "./solid/index.cjs"
61+
},
62+
"import": {
63+
"types": "./solid/index.d.ts",
64+
"default": "./solid/index.mjs"
65+
}
66+
},
5767
".": {
5868
"require": {
5969
"types": "./index.d.cts",

0 commit comments

Comments
 (0)