From 9753a27d0e8d3d4b8af455a8a32e8f31a1247522 Mon Sep 17 00:00:00 2001 From: Garry Lachman Date: Thu, 10 Jun 2021 04:04:39 +0300 Subject: [PATCH] package.json + bump ver --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8431c87..6615d14 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,20 @@ { "name": "react-native-awesome-table", - "version": "1.0.0", - "description": "", + "version": "1.0.1", + "description": "React-Native Simple Data Tables", + "homepage": "https://github.com/garrylachman/react-native-awesome-table", + "keywords": ["react", "react-native", "react tables", "react-native tables", "data tables", "table"], "main": "index.tsx", "scripts": { "storybook": "start-storybook", "build-storybook": "build-storybook -o ./docs" }, - "author": "", - "license": "ISC", + "author": "Garry Lachman", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/garrylachman/react-native-awesome-table.git" + }, "dependencies": { "@types/react": "^17.0.9", "@types/react-native": "^0.64.8",