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 46f791a commit 6a00212Copy full SHA for 6a00212
package.json
@@ -1,7 +1,17 @@
1
{
2
"name": "react-redux-grid",
3
- "version": "1.0.5",
4
- "description": "",
+ "version": "1.0.6",
+ "description": "A React Grid Component written in the Redux Pattern",
5
+ "author": "Benjamin Cripps (https://github.com/bencripps)",
6
+ "contributors": [
7
+ {
8
+ "name": "Bejamin Cripps",
9
+ "url" : "http://benjamincripps.com"
10
+ }
11
+ ],
12
+ "license": "MIT",
13
+ "bugs": "https://github.com/bencripps/react-redux-grid/issues",
14
+ "homepage": "http://react-redux-grid.herokuapp.com/",
15
"main": "src/index.js",
16
"scripts": {
17
"test": "npm run test",
0 commit comments