Skip to content

Commit a308f0f

Browse files
jamesdanielsFeiyang1
authored andcommitted
Fixing the RemoteConfig main entry (#2229)
Was referencing a non-existent `dist/index.node.cjs.js`, fixed.
1 parent fdd73ca commit a308f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remote-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "The Remote Config package of the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
6-
"main": "dist/index.node.cjs.js",
6+
"main": "dist/index.cjs.js",
77
"browser": "dist/index.cjs.js",
88
"module": "dist/index.esm.js",
99
"esm2017": "dist/index.esm2017.js",

0 commit comments

Comments
 (0)