Skip to content

Commit

Permalink
Fix browser entrypoint (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 11, 2023
1 parent 1d87f5b commit fe63eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"matrix-org"
],
"main": "./lib/index.js",
"browser": "./lib/browser-index.ts",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.ts",
"matrix_lib_main": "./lib/index.js",
"matrix_lib_browser": "./lib/browser-index.js",
"matrix_lib_typings": "./lib/index.d.ts",
"author": "matrix.org",
"license": "Apache-2.0",
Expand Down

0 comments on commit fe63eb0

Please sign in to comment.