Skip to content

Commit

Permalink
new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed May 1, 2018
1 parent 5e9e980 commit 30e307d
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 43 deletions.
112 changes: 75 additions & 37 deletions dist/LayoutGrid.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/LayoutGrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/LayoutGrid.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "LayoutGrid",
"name": "layout-grid",
"version": "0.0.1",
"description": "layout gridster with vue",
"main": "dist/LayoutGrid.min.js",
Expand Down
1 change: 0 additions & 1 deletion src/components/LayoutGrid/LayoutGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
import VueGridLayout from 'vue-grid-layout';
import {mapMutations, mapState} from 'vuex';
import Emotion from './Emotion';
import uuid from 'uuid/v1';
export default {
name: 'layout-grid',
Expand Down

0 comments on commit 30e307d

Please sign in to comment.