Skip to content

Commit

Permalink
Fix broken imports for Remote config and Performance (#41)
Browse files Browse the repository at this point in the history
* correct browser field for remote config and perf
  • Loading branch information
jhuleatt authored Oct 20, 2021
1 parent 26ff132 commit 83a366f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxfire/performance",
"browser": "../dist/rxfire-performance.js",
"browser": "../dist/performance/index.esm.js",
"main": "../dist/performance/index.cjs.js",
"module": "../dist/performance/index.esm.js",
"typings": "../dist/performance/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion remote-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxfire/remote-config",
"browser": "../dist/rxfire-remote-config.js",
"browser": "../dist/remote-config/index.esm.js",
"main": "../dist/remote-config/index.cjs.js",
"module": "../dist/remote-config/index.esm.js",
"typings": "../dist/remote-config/index.d.ts",
Expand Down

0 comments on commit 83a366f

Please sign in to comment.