Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
fix export module
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-badin committed Sep 12, 2018
1 parent f4b8630 commit bb631cc
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
9 changes: 5 additions & 4 deletions dist/VueFloatingLabel.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/VueFloatingLabel.common.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions dist/VueFloatingLabel.umd.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/VueFloatingLabel.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueFloatingLabel.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 dist/VueFloatingLabel.umd.min.js.map

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vue-floating-label",
"version": "0.1.4",
"version": "0.1.5",
"author": "Martin Badin",
"license": "MIT",
"main": "dist/VueFloatingLabel.umd.js",
"browser": {
Expand All @@ -24,5 +25,13 @@
"sass-loader": "^7.0.1",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/martin-badin/vue-floating-label.git"
},
"bugs": {
"url": "https://github.com/martin-badin/vue-floating-label/issues"
},
"homepage": "https://github.com/martin-badin/vue-floating-label/blob/master/README.md"
}
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import FloatingLabel from "./FloatingLabel.vue";

export { FloatingLabel };
export default FloatingLabel;

0 comments on commit bb631cc

Please sign in to comment.