mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-20 03:58:55 +08:00
Fixed typo in bower.json.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
v0.1.2
|
||||
-------------
|
||||
Release Date: 2014-05-02
|
||||
|
||||
* Fixed typo in bower.json
|
||||
|
||||
v0.1.1
|
||||
-------------
|
||||
Release Date: 2014-05-02
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ReactFire",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"homepage": "https://github.com/firebase/ReactFire",
|
||||
"authors": [
|
||||
"jacobawenger <jacob@firebase.com>"
|
||||
@@ -14,7 +14,7 @@
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"./CHANGELOG.md"
|
||||
"./CHANGELOG.md",
|
||||
"examples",
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
"dependencies": {
|
||||
"react": "~0.10.0",
|
||||
"firebase": "~1.0.12",
|
||||
"ReactFire": "~0.1.1"
|
||||
"ReactFire": "~0.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user