Skip to content

Commit e3d3457

Browse files
committed
Updating performance/package.json to use the correct distributions
1 parent 8f3b5c6 commit e3d3457

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "firebase-exp/performance",
33
"main": "dist/index.cjs.js",
4-
"browser": "dist/index.cjs.js",
4+
"browser": "dist/index.esm.js",
55
"module": "dist/index.esm.js",
6-
"esm2017": "dist/index.esm2017.js",
76
"typings": "dist/index.d.ts"
87
}

0 commit comments

Comments
 (0)