Skip to content

Commit e6d017e

Browse files
update package.json
1 parent f58798f commit e6d017e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,20 @@
4949
"node": ">= 6.0.0",
5050
"npm": ">= 3.0.0"
5151
},
52+
"keywords": [
53+
"vue",
54+
"grid",
55+
"layout",
56+
"responstive"
57+
],
58+
"repository": {
59+
"type": "git",
60+
"url": "https://github.com/anthinkingcoder/simple-grid.git"
61+
},
5262
"browserslist": [
5363
"> 1%",
5464
"last 2 versions",
5565
"not ie <= 8"
56-
]
66+
],
67+
"license": "MIT"
5768
}

0 commit comments

Comments
 (0)