Skip to content

Commit

Permalink
Fixes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Nov 3, 2015
1 parent e70eb0a commit a9946ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "firebase-element",
"description": "An element that makes it easy to declaratively use the powerful firebase backend",
"version": "1.0.7",
"version": "1.0.8",
"private": true,
"main": ["firebase-collection.html","firebase-document.html","firebase-auth.html","firebase-query-behavior.html"],
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions firebase-auth.html
Expand Up @@ -12,6 +12,8 @@

<!--
Element wrapper for the Firebase authentication API (https://www.firebase.com/docs/web/guide/user-auth.html).
@demo demo/index.html
-->

<script>
Expand Down
2 changes: 2 additions & 0 deletions firebase-collection.html
Expand Up @@ -51,6 +51,8 @@ <h4>[[dinosaur.__firebaseKey__]]</h4>
Accessor methods such as `add` and `remove` are provided to enable convenient
manipulation of the collection without direct knowledge of Firebase key values.
@demo demo/index.html
-->

<script>
Expand Down
2 changes: 2 additions & 0 deletions firebase-document.html
Expand Up @@ -29,6 +29,8 @@
Polymer's data-binding system, changes to the document will be automatically
reflected in the remote document and any other clients referencing that
document.
@demo demo/index.html
-->

<script>
Expand Down

0 comments on commit a9946ab

Please sign in to comment.