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 3a12f6d commit 5042e23Copy full SHA for 5042e23
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gridjs-react",
3
- "version": "1.5.0",
+ "version": "1.6.3",
4
"description": "React component for Grid.js",
5
"main": "dist/gridjs.production.min.js",
6
"module": "dist/gridjs.production.es.min.js",
@@ -17,10 +17,12 @@
17
"grid"
18
],
19
"author": "Afshin Mehrabani <[email protected]>",
20
+ "homepage": "https://gridjs.io",
21
+ "repository": "https://github.com/grid-js/gridjs-react",
22
"license": "MIT",
23
"peerDependencies": {
24
"react": "^16.13.1",
- "gridjs": "^1.5.0"
25
+ "gridjs": "^1.6.3"
26
},
27
"scripts": {
28
"clean": "rimraf coverage dist tmp",
0 commit comments