Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  prod build
  bump version

  clean console.log
  • Loading branch information
LinusBorg committed May 14, 2017
2 parents 86f4439 + 9fead78 commit 54f4e7b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dist/portal-vue.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.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/portal-vue.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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "A Vue component to render elements outside of a component's template, elsewhere in the DOM",
"main": "dist/portal-vue.js",
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function install (Vue, opts = {}) {
Vue.component(opts.portalTargetName || 'portal-target', PortalTarget)
}
if (typeof window !== 'undefined' && window.Vue) {
console.log('auto install!')
window.Vue.use({ install: install })
}

Expand Down

0 comments on commit 54f4e7b

Please sign in to comment.