Skip to content

Commit a2f2b53

Browse files
author
Nicolas Garnier
committed
Publishing 1.0.10
1 parent 4c8db37 commit a2f2b53

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

dist/FirebaseAuth.js

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FirebaseAuth.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firebaseui",
3-
"version": "1.0.6",
3+
"version": "1.0.10",
44
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
55
"files": [
66
"FirebaseAuth.js",
@@ -13,8 +13,8 @@
1313
],
1414
"main": "index.js",
1515
"scripts": {
16-
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production",
17-
"publish": "npm run build && cd dist && npm publish"
16+
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production && cd -",
17+
"pub": "npm run build && npm publish dist"
1818
},
1919
"author": "Google",
2020
"repository": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firebaseui",
3-
"version": "1.0.6",
3+
"version": "1.0.10",
44
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
55
"files": [
66
"FirebaseAuth.js",

0 commit comments

Comments
 (0)