Skip to content

Commit 69a543b

Browse files
build: reference CommonJS bundle as default entrypoint
1 parent c6e8747 commit 69a543b

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
@@ -5,7 +5,7 @@
55
"author": "TypeStack contributors",
66
"license": "MIT",
77
"sideEffects": false,
8-
"main": "./bundles/index.umd.js",
8+
"main": "./cjs/index.js",
99
"module": "./esm5/index.js",
1010
"es2015": "./esm2015/index.js",
1111
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)