Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 466ff25

Browse files
authored
Merge pull request #28 from jhen0409/patch-1
Use esm source as module
2 parents d739e10 + 90eb6e3 commit 466ff25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.1.4",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
6+
"module": "./esm/index.js",
67
"types": "./index.d.ts",
78
"exports": {
89
"./package.json": "./package.json",

0 commit comments

Comments
 (0)