Skip to content

Commit fff14a7

Browse files
authored
update performance-exp package.json (#3842)
1 parent 205421e commit fff14a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages-exp/performance-exp/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "0.0.800",
44
"description": "Firebase performance for web",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
6+
"private": true,
67
"main": "dist/index.cjs.js",
7-
"browser": "dist/index.cjs.js",
8+
"browser": "dist/index.esm.js",
89
"module": "dist/index.esm.js",
910
"esm2017": "dist/index.esm2017.js",
1011
"files": ["dist"],

packages-exp/performance-types-exp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.800",
44
"description": "@firebase/performance Types",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
6+
"private": true,
67
"license": "Apache-2.0",
78
"scripts": {
89
"test": "tsc",

0 commit comments

Comments
 (0)