We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9f52 commit 237de69Copy full SHA for 237de69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-grid-layout",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "A draggable and resizable grid layout, as a Vue component.",
5
"keywords": [
6
"grid",
@@ -12,7 +12,7 @@
12
"fluid",
13
"responsive"
14
],
15
- "main": "src/main.js",
+ "main": "dist/vue-grid-layout.js",
16
"scripts": {
17
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
18
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
0 commit comments