Skip to content

Commit 33720a5

Browse files
committed
removed files key of package.json so that src files are available for use as esm module
1 parent 4916367 commit 33720a5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svgdotjs/svg.draggable.js",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "An extension for svg.js which allows to drag elements with your mouse",
55
"main": "dist/svg.draggable.js",
66
"unpkg": "dist/svg.draggable.min.js",
@@ -26,9 +26,6 @@
2626
}
2727
],
2828
"homepage": "https://github.com/svgdotjs/svg.draggable.js",
29-
"files": [
30-
"dist/"
31-
],
3229
"repository": {
3330
"type": "git",
3431
"url": "https://github.com/svgdotjs/svg.draggable.js.git"

0 commit comments

Comments
 (0)