Skip to content

Commit

Permalink
build(react-native): make fs peer dep
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jul 16, 2021
1 parent dfb5af3 commit c1deaaa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"dependencies": {
"@aries-framework/core": "*",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"events": "^3.3.0",
"react-native-fs": "^2.18.0"
"events": "^3.3.0"
},
"devDependencies": {
"@types/react-native": "^0.64.10",
Expand All @@ -36,10 +35,12 @@
"rimraf": "~3.0.2",
"typescript": "~4.3.0",
"rn-indy-sdk": "^0.1.11",
"react-native-get-random-values": "^1.7.0"
"react-native-get-random-values": "^1.7.0",
"react-native-fs": "^2.18.0"
},
"peerDependencies": {
"rn-indy-sdk": ">= 0.1.11",
"react-native-get-random-values": "^1.7.0"
"react-native-get-random-values": "^1.7.0",
"react-native-fs": "^2.18.0"
}
}

0 comments on commit c1deaaa

Please sign in to comment.