Skip to content

Commit

Permalink
Publishing 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garnier committed Nov 21, 2017
1 parent 4c8db37 commit a2f2b53
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion dist/FirebaseAuth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/FirebaseAuth.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firebaseui",
"version": "1.0.6",
"version": "1.0.10",
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
"files": [
"FirebaseAuth.js",
Expand All @@ -13,8 +13,8 @@
],
"main": "index.js",
"scripts": {
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production",
"publish": "npm run build && cd dist && npm publish"
"build": "babel src --out-dir dist -s; cp README.md LICENSE package.json dist; cd dist && npm install --only=production && cd -",
"pub": "npm run build && npm publish dist"
},
"author": "Google",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firebaseui",
"version": "1.0.6",
"version": "1.0.10",
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
"files": [
"FirebaseAuth.js",
Expand Down

0 comments on commit a2f2b53

Please sign in to comment.