Skip to content

Commit

Permalink
package.json + bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed Jun 10, 2021
1 parent c35309d commit 9753a27
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9753a27

Please sign in to comment.