Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Jul 6, 2018
1 parent 7192684 commit c765af4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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-layout-grid",
"version": "0.1.5",
"version": "0.1.6",
"description": "layout gridster with vue",
"main": "dist/LayoutGrid.min.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ const install = (Vue, options = {}) => {
};

export default {
install,
install
};

export {
LayoutGrid,
LayoutGridStore
};
Expand Down

0 comments on commit c765af4

Please sign in to comment.