Skip to content

Commit

Permalink
Removed unnecessary peer dependencies. Ready for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandankkrr committed Mar 28, 2020
1 parent 23b8200 commit c8f6e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const data = {
]
};

const { headerTitle, headerSubtitle, items } = data;
const { items } = data;
const cardItems = items.map((item) => (
{
...item,
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,8 @@
"test": "jest"
},
"peerDependencies": {
"expo": "~36.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.4",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-unimodules": "~0.7.0",
"react-native-web": "~0.11.7"
"react-native": "~0.61.4"
},
"devDependencies": {
"@babel/core": "~7.6.0",
Expand Down

0 comments on commit c8f6e43

Please sign in to comment.