Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Dec 19, 2016
1 parent 729f36d commit 2c5cbb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue_isotope.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
_this2.iso = iso;
});
},
beforedestroy: function beforedestroy() {
beforeDestroy: function beforeDestroy() {
this.iso.destroy();
_.forEach(this._listeners, function (unlisten) {
unlisten();
Expand Down
2 changes: 1 addition & 1 deletion dist/vue_isotope.min.js

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vueisotope",
"version": "2.0.2",
"version": "2.0.3",
"description": "vue isotope for directive",
"main": "dist/vue_isotope.min.js",
"files": [
Expand All @@ -11,7 +11,9 @@
"vue",
"vuejs",
"isotope",
"web-components"
"web-components",
"web-component",
"layout"
],
"directories": {
"example": "examples",
Expand Down

0 comments on commit 2c5cbb3

Please sign in to comment.