Skip to content

Commit

Permalink
build 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Apr 11, 2019
1 parent 136da33 commit 4f22b57
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/portal-vue.common.js

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

2 changes: 1 addition & 1 deletion dist/portal-vue.common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/portal-vue.esm.js

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

2 changes: 1 addition & 1 deletion dist/portal-vue.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/portal-vue.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* portal-vue © Thorsten Lünborg, 2019
*
* Version: 2.0.0
* Version: 2.0.1
*
* LICENCE: MIT
*
Expand Down Expand Up @@ -350,7 +350,7 @@
},
watch: {
ownTransports: function ownTransports() {
this.$emit('change', this.children().length > 1);
this.$emit('change', this.children().length > 0);
},
name: function name(newVal, oldVal) {
/**
Expand Down
4 changes: 2 additions & 2 deletions dist/portal-vue.umd.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": "portal-vue",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"repository": "https://github.com/LinusBorg/portal-vue",
"author": {
Expand Down

0 comments on commit 4f22b57

Please sign in to comment.