Skip to content

Commit 23e9d39

Browse files
authored
Add module path to package.json (#1248)
Fixes #1247
1 parent bccf966 commit 23e9d39

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
@@ -2,6 +2,7 @@
22
"name": "nouislider",
33
"version": "15.7.0",
44
"main": "dist/nouislider.js",
5+
"module": "dist/nouislider.mjs",
56
"style": "dist/nouislider.min.css",
67
"types": "dist/nouislider.d.ts",
78
"license": "MIT",

0 commit comments

Comments
 (0)