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 ea94f8c commit 4121a9dCopy full SHA for 4121a9d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-grid-responsive",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Responsive grid system based on Bootstrap for Vue",
5
"license": "MIT",
6
"main": "dist/vue-grid-responsive.umd.js",
@@ -13,6 +13,10 @@
13
"dev": "rollup -c -w",
14
"start": "sirv public"
15
},
16
+ "files": [
17
+ "dist",
18
+ "README.md"
19
+ ],
20
"bugs": {
21
"url": "https://github.com/andrelmlins/vue-grid-responsive/issues"
22
0 commit comments