Skip to content

Commit 36d67c2

Browse files
committed
Version 0.2.0
1 parent bf687d4 commit 36d67c2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"name": "@nadavshaar/react-grid-table",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "A modular table, based on a CSS grid layout, optimized for customization.",
5-
"author": "NadavShaar",
5+
"author": "Nadav Shaar",
66
"license": "MIT",
77
"repository": "NadavShaar/react-grid-table",
88
"homepage": "https://nadavshaar.github.io/react-grid-table/",
9+
"contributors": [
10+
{
11+
"name": "Nadav Shaar",
12+
"email": "[email protected]",
13+
"url": "https://github.com/NadavShaar"
14+
},
15+
{
16+
"name": "Ilay Ofir",
17+
"email": "[email protected]",
18+
"url": "https://github.com/IlayOfir"
19+
}
20+
],
921
"keywords": [
1022
"react",
1123
"table",

0 commit comments

Comments
 (0)