File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.3.4 " ,
2+ "version" : " 0.4.0 " ,
33 "private" : true ,
44 "description" : " Drag and drop package." ,
55 "main" : " ./index.cjs" ,
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" ,
You can’t perform that action at this time.
0 commit comments