Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed Jun 10, 2021
1 parent 9753a27 commit 1a7bc4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './src/components/Table';
export * from './src/components/Cell';
export * from './src/components/Row';
export { default as Table, ColumnProps } from './src/components/Table';
export { default as Cell } from './src/components/Cell';
export { default as Row } from './src/components/Row';
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-awesome-table",
"version": "1.0.1",
"version": "1.0.2",
"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"],
Expand All @@ -15,14 +15,16 @@
"type": "git",
"url": "https://github.com/garrylachman/react-native-awesome-table.git"
},
"dependencies": {
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^17.0.9",
"@types/react-native": "^0.64.8",
"react": "^17.0.2",
"react-native": "^0.64.1",
"react-native-web": "^0.16.3"
},
"devDependencies": {
"react-native-web": "^0.16.3",
"@storybook/addon-controls": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-knobs": "^6.2.9",
Expand Down

0 comments on commit 1a7bc4c

Please sign in to comment.