Skip to content

Commit ec9280d

Browse files
committed
Fix reference to the browser-specific entry point hint in package.json
Closes #302
1 parent 0c3993a commit ec9280d

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
"directories": {
77
"test": "test"
88
},
9-
"browser": "browser_index.js",
9+
"browser": "src/javascript/browser-index.js",
1010
"engines": {
1111
"node": ">=18.0.0"
1212
},

0 commit comments

Comments
 (0)