Skip to content

Commit

Permalink
Publish ver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaszuccarelli committed Apr 26, 2023
1 parent 616c71e commit 6e761f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-easy-dnd",
"version": "2.1.0",
"version": "2.1.1",
"description": "Easy-DnD is a drag and drop implementation for Vue 3 that uses only standard mouse events instead of the HTML5 drag and drop API, which is [impossible to work with](https://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html). Think of it as a way to transfer data from some components to others using the mouse or support for a mouse assisted copy/cut - paste. It also allows for lists to be reordred by drag and drop.",
"main": "./dist/vue-easy-dnd.ssr.js",
"module": "./dist/vue-easy-dnd.esm.js",
Expand Down

0 comments on commit 6e761f9

Please sign in to comment.