Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimavdeev committed Aug 26, 2019
1 parent 33ded44 commit 4ee85d1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-virgil-crypto",
"version": "0.1.0",
"version": "0.2.0",
"description": "React Native Bridge for Virgil Crypto Library",
"main": "index.js",
"scripts": {
Expand All @@ -22,9 +22,12 @@
"type": "git",
"url": "https://github.com/VirgilSecurity/react-native-virgil-crypto"
},
"peerDependencies": {
"react-native": "0.60.x"
},
"files": [
"android",
"ios",
"src",
"index.js"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-jest": "^24.8.0",
Expand Down

0 comments on commit 4ee85d1

Please sign in to comment.