Skip to content

Commit 660f2e1

Browse files
committed
fix: switch output naming to cjs
1 parent 413bfb8 commit 660f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/benchmark.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"description": "",
55
"keywords": [],
6-
"main": "dist/index.umd.js",
6+
"main": "dist/index.cjs.js",
77
"module": "dist/index.es5.js",
88
"typings": "dist/index.d.ts",
99
"files": [

0 commit comments

Comments
 (0)