Skip to content

Commit 83a366f

Browse files
authored
Fix broken imports for Remote config and Performance (#41)
* correct browser field for remote config and perf
1 parent 26ff132 commit 83a366f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxfire/performance",
3-
"browser": "../dist/rxfire-performance.js",
3+
"browser": "../dist/performance/index.esm.js",
44
"main": "../dist/performance/index.cjs.js",
55
"module": "../dist/performance/index.esm.js",
66
"typings": "../dist/performance/index.d.ts",

remote-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxfire/remote-config",
3-
"browser": "../dist/rxfire-remote-config.js",
3+
"browser": "../dist/remote-config/index.esm.js",
44
"main": "../dist/remote-config/index.cjs.js",
55
"module": "../dist/remote-config/index.esm.js",
66
"typings": "../dist/remote-config/index.d.ts",

0 commit comments

Comments
 (0)