Skip to content

Commit 45c5e0c

Browse files
committed
fix: Wrong package exports 🤦‍♀️
1 parent 7aec7f2 commit 45c5e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"top-level"
1313
],
1414
"type": "module",
15-
"main": "./build/src/main.js",
16-
"types": "./build/src/main.d.ts",
15+
"main": "./build/main.js",
16+
"types": "./build/main.d.ts",
1717
"scripts": {
1818
"test": "run-p test:*",
1919
"test:suite": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js",

0 commit comments

Comments
 (0)