Skip to content

Commit

Permalink
Bump version, add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan committed Sep 16, 2018
1 parent 435a9ba commit 863f21b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-securerandom",
"version": "0.1.1",
"version": "0.2.0",
"description":"Generate cryptographically-secure random bytes in react native",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,9 @@
"PRNG",
"CSPRNG",
"SecureRandom",
"crypto"
"crypto",
"RandomNumberGenerator",
"Cryptography"
],
"homepage": "https://github.com/rh389/react-native-securerandom#readme",
"dependencies": {
Expand Down

0 comments on commit 863f21b

Please sign in to comment.