Skip to content

Commit

Permalink
build: pushes build from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Jun 3, 2024
1 parent 7e41e80 commit dda92ff
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,6 @@ function dragoverNode(data, state2) {
data.e.stopPropagation();
if (data.targetData.parent.el !== state2.lastParent.el)
return;
console.log("getting here");
const dropZoneClass = data.targetData.parent.data.config.dropZoneClass;
removeClass(
swapState.draggedOverNodes.map((node) => node.el),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ function dragoverNode(data, state2) {
data.e.stopPropagation();
if (data.targetData.parent.el !== state2.lastParent.el)
return;
console.log("getting here");
const dropZoneClass = data.targetData.parent.data.config.dropZoneClass;
removeClass(
swapState.draggedOverNodes.map((node) => node.el),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 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.0.38",
"version": "0.1.0",
"description": "Drag and drop package.",
"main": "./index.cjs",
"types": "./index.d.cts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.38",
"version": "0.1.0",
"private": true,
"description": "Drag and drop package.",
"main": "./index.cjs",
Expand Down

0 comments on commit dda92ff

Please sign in to comment.