Skip to content
Snippets Groups Projects
Commit c3955314 authored by Julian's avatar Julian
Browse files

Change main entrypoint of library

parent 83a2bc21
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
"author": "Julian Leucker <leuckerj@gmail.com>", "author": "Julian Leucker <leuckerj@gmail.com>",
"license": "ISC", "license": "ISC",
"description": "VueJS Components to move data inside a grid via drag&drop.", "description": "VueJS Components to move data inside a grid via drag&drop.",
"main": "dist/vue-draggable-grid.js", "main": "src/index.js",
"module": "dist/vue-draggable-grid.mjs",
"files": [ "files": [
"dist/*" "dist/*"
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment