Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Gunst committed Dec 9, 2022
1 parent c612c92 commit 0637279
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-select-attachment",
"version": "0.0.3",
"version": "0.0.4",
"license": "ISC",
"main": "lib/index.js",
"author": "Geoffrey Xue <xuegeoff@gmail.com> (https://github.com/GeminidSystems)",
Expand Down Expand Up @@ -38,10 +38,11 @@
"bugs": {
"url": "https://github.com/GeminidSystems/react-native-select-attachment/issues"
},
"dependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2"
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {},
"directories": {
"example": "example",
"lib": "lib"
Expand Down

0 comments on commit 0637279

Please sign in to comment.