mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-01-12 22:51:28 +08:00
Added version numbers to bower.json and package.json (#124)
### Description Catapult (the internal tool we use to release Firebase JavaScript libraries) now works without the `0.0.0` version placeholder in the `bower.json` and `package.json` files. So, we can finally add the actual version numbers back into these files. ### Code sample N/A
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "reactfire",
|
||||
"description": "Firebase mixin for ReactJS",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
"Firebase (https://firebase.google.com/)"
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "reactfire",
|
||||
"description": "Firebase mixin for ReactJS",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"author": "Firebase (https://firebase.google.com/)",
|
||||
"homepage": "https://github.com/firebase/reactfire/",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user