Skip to content

Commit

Permalink
update readme and also add to npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeep1991singh committed May 6, 2017
1 parent bfd69d7 commit fa1660c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ react-native link react-native-secure-key-store
```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
```
compile project(':react-native-secure-key-store')
compile project(':react-native-secure-key-store')
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-secure-key-store",
"version": "1.0.1",
"version": "1.0.2",
"description": "React Native Library for securely storing keys to iOS and Android devices in KeyChain and KeyStore respectively.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa1660c

Please sign in to comment.