Skip to content

Commit

Permalink
Change to module.exports for mixins
Browse files Browse the repository at this point in the history
* Bump version
  • Loading branch information
Damian Dulisz committed May 24, 2016
1 parent 3aee9df commit 4734f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-multiselect",
"version": "0.1.3",
"version": "0.1.4",
"description": "Multiselect component for vue.js",
"author": "Damian Dulisz <[email protected]>",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/multiselectMixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
data () {
return {
search: '',
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/pointerMixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
data () {
return {
pointer: 0
Expand Down

0 comments on commit 4734f39

Please sign in to comment.