Skip to content

Commit ca444d7

Browse files
Update package.json
Point `jsnext:main` to the `dist` folder
1 parent 3f17456 commit ca444d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"umd:main": "dist/index.umd.min.js",
88
"unpkg": "dist/index.umd.min.js",
99
"jsdelivr": "dist/index.umd.min.js",
10-
"jsnext:main": "index.esm.js",
10+
"jsnext:main": "dist/index.esm.js",
1111
"types": "dist/index.d.ts",
1212
"sideEffects": false,
1313
"files": [

0 commit comments

Comments
 (0)