Skip to content

Commit 6a00212

Browse files
committed
added info to package.json
1 parent 46f791a commit 6a00212

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"name": "react-redux-grid",
3-
"version": "1.0.5",
4-
"description": "",
3+
"version": "1.0.6",
4+
"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/",
515
"main": "src/index.js",
616
"scripts": {
717
"test": "npm run test",

0 commit comments

Comments
 (0)