Skip to content

Commit 4bdbeda

Browse files
committed
fix: main in package.json
Signed-off-by: Dan Selman <dselman@meta.com>
1 parent 857ad11 commit 4bdbeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cicero-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist",
1414
"types"
1515
],
16-
"main": "dist/index.js",
16+
"main": "dist/cicero-core.js",
1717
"browser": "dist/cicero-core.js",
1818
"typings": "types/index.d.ts",
1919
"scripts": {

0 commit comments

Comments
 (0)