bcrypt-react-native
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "bcrypt-react-native", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Native implementation of bcrypt for react-native", | ||
@@ -35,3 +35,9 @@ "main": "lib/commonjs/index", | ||
"ios", | ||
"android" | ||
"android", | ||
"bcrypt", | ||
"react-native-bcrypt", | ||
"RNBcrypt", | ||
"bcrypt-react-native", | ||
"crypto", | ||
"native-module" | ||
], | ||
@@ -38,0 +44,0 @@ "repository": { |
502926