Skip to content

Commit ff740bc

Browse files
committed
🔧 update package.json
1 parent 1d48c1f commit ff740bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "gridjs-vue",
33
"description": "A Vue.js wrapper component for Grid.js",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"private": false,
77
"authors": [
88
"Daniel Sieradski <[email protected]>",
99
"Afshin Mehrabani <[email protected]>"
1010
],
11+
"homepage": "https://gridjs.io/",
12+
"bugs": "https://github.com/grid-js/gridjs-vue/issues",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/grid-js/gridjs-vue.git"
16+
},
1117
"main": "./dist/index.js",
1218
"umd": "./dist/index.umd.js",
1319
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)