Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 13, 2021
1 parent 2a42116 commit a261f0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages-exp/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"private": true,
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"browser": "dist/index.esm2017.js",
"module": "dist/index.esm2017.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"typings": "dist/src/index.d.ts",
"sw": "dist/index.sw.esm2017.js",
"files": [
Expand Down Expand Up @@ -60,6 +61,5 @@
"sw": "./dist/index.sw.esm2017.js",
"node": "./dist/index.cjs.js",
"default": "./dist/index.esm2017.js"
},
"esm5": "dist/index.esm.js"
}
}
8 changes: 4 additions & 4 deletions packages-exp/messaging-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
"browser": "dist/index.esm2017.js",
"module": "dist/index.esm2017.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"typings": "dist/index.d.ts",
"sw": "dist/index.sw.esm2017.js",
"files": [
Expand Down Expand Up @@ -61,6 +62,5 @@
"sw": "./dist/index.sw.esm2017.js",
"node": "./dist/index.cjs.js",
"default": "./dist/index.esm2017.js"
},
"esm5": "dist/index.esm.js"
}
}

0 comments on commit a261f0f

Please sign in to comment.