Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 29, 2017
1 parent c52e818 commit 0360da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/vuefire.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ return /******/ (function(modules) { // webpackBootstrap
}

var VueFireMixin = {
init: init, // 1.x
beforeCreate: init, // 2.x
created: init, // 1.x and 2.x
beforeDestroy: function () {
if (!this.$firebaseRefs) return
for (var key in this.$firebaseRefs) {
Expand Down
2 changes: 1 addition & 1 deletion dist/vuefire.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "1.3.0",
"version": "1.3.1",
"description": "Firebase bindings for Vue.js",
"main": "dist/vuefire.js",
"files": [
Expand Down

0 comments on commit 0360da7

Please sign in to comment.