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 1d48c1f commit ff740bcCopy full SHA for ff740bc
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "gridjs-vue",
3
"description": "A Vue.js wrapper component for Grid.js",
4
- "version": "0.5.0",
+ "version": "0.5.1",
5
"license": "MIT",
6
"private": false,
7
"authors": [
8
"Daniel Sieradski <hello@self.agency>",
9
"Afshin Mehrabani <afshin.meh@gmail.com>"
10
],
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
+ },
17
"main": "./dist/index.js",
18
"umd": "./dist/index.umd.js",
19
"module": "./dist/index.esm.js",
0 commit comments