We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03139a7 commit 3bad11cCopy full SHA for 3bad11c
package.json
@@ -4,12 +4,14 @@
4
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
5
"files": [
6
"dist/FirebaseAuth.js",
7
+ "dist/FirebaseAuth.js.map",
8
"dist/index.js",
9
+ "dist/index.js.map",
10
"LICENSE",
11
"README.md",
12
"package.json"
13
],
- "main": "./dist/firebaseui.js",
14
+ "main": "./dist/index.js",
15
"scripts": {
16
"build": "babel src --out-dir dist -s",
17
"publish": "npm"
0 commit comments