Skip to content

Commit b1c59eb

Browse files
build: reference CommonJS version as default entrypoint
1 parent 26b5dac commit b1c59eb

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"readmeFilename": "README.md",
88
"sideEffects": false,
9-
"main": "./bundles/index.umd.js",
9+
"main": "./cjs/index.js",
1010
"module": "./esm5/index.js",
1111
"es2015": "./esm2015/index.js",
1212
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)