Skip to content

Commit 9753a27

Browse files
committed
package.json + bump ver
1 parent c35309d commit 9753a27

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "react-native-awesome-table",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"description": "React-Native Simple Data Tables",
5+
"homepage": "https://github.com/garrylachman/react-native-awesome-table",
6+
"keywords": ["react", "react-native", "react tables", "react-native tables", "data tables", "table"],
57
"main": "index.tsx",
68
"scripts": {
79
"storybook": "start-storybook",
810
"build-storybook": "build-storybook -o ./docs"
911
},
10-
"author": "",
11-
"license": "ISC",
12+
"author": "Garry Lachman",
13+
"license": "MIT",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/garrylachman/react-native-awesome-table.git"
17+
},
1218
"dependencies": {
1319
"@types/react": "^17.0.9",
1420
"@types/react-native": "^0.64.8",

0 commit comments

Comments
 (0)