File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
"private" : true ,
7
7
"author" :
" Firebase <[email protected] > (https://firebase.google.com/)" ,
8
8
"main" : " dist/index.cjs.js" ,
9
- "browser" : " dist/index.esm2017.js" ,
10
- "module" : " dist/index.esm2017.js" ,
9
+ "browser" : " dist/index.esm.js" ,
10
+ "module" : " dist/index.esm.js" ,
11
+ "esm2017" : " dist/index.esm2017.js" ,
11
12
"typings" : " dist/src/index.d.ts" ,
12
13
"sw" : " dist/index.sw.esm2017.js" ,
13
14
"files" : [
60
61
"sw" : " ./dist/index.sw.esm2017.js" ,
61
62
"node" : " ./dist/index.cjs.js" ,
62
63
"default" : " ./dist/index.esm2017.js"
63
- },
64
- "esm5" : " dist/index.esm.js"
64
+ }
65
65
}
Original file line number Diff line number Diff line change 5
5
"description" : " " ,
6
6
"author" :
" Firebase <[email protected] > (https://firebase.google.com/)" ,
7
7
"main" : " dist/index.cjs.js" ,
8
- "browser" : " dist/index.esm2017.js" ,
9
- "module" : " dist/index.esm2017.js" ,
8
+ "browser" : " dist/index.esm.js" ,
9
+ "module" : " dist/index.esm.js" ,
10
+ "esm2017" : " dist/index.esm2017.js" ,
10
11
"typings" : " dist/index.d.ts" ,
11
12
"sw" : " dist/index.sw.esm2017.js" ,
12
13
"files" : [
61
62
"sw" : " ./dist/index.sw.esm2017.js" ,
62
63
"node" : " ./dist/index.cjs.js" ,
63
64
"default" : " ./dist/index.esm2017.js"
64
- },
65
- "esm5" : " dist/index.esm.js"
65
+ }
66
66
}
You can’t perform that action at this time.
0 commit comments