Skip to content

Commit 4121a9d

Browse files
committed
New version
1 parent ea94f8c commit 4121a9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-responsive",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Responsive grid system based on Bootstrap for Vue",
55
"license": "MIT",
66
"main": "dist/vue-grid-responsive.umd.js",
@@ -13,6 +13,10 @@
1313
"dev": "rollup -c -w",
1414
"start": "sirv public"
1515
},
16+
"files": [
17+
"dist",
18+
"README.md"
19+
],
1620
"bugs": {
1721
"url": "https://github.com/andrelmlins/vue-grid-responsive/issues"
1822
},

0 commit comments

Comments
 (0)