Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Changed keywords and peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldsanto committed Feb 12, 2020
1 parent d2e650d commit 30e9885
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A React Native wrapper over SharedPreferences and Keychain to provide a secure alternative to Async Storage",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"homepage": "https://www.github.com/emeraldsanto/react-native-encrypted-storage#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -15,10 +16,11 @@
},
"keywords": [
"react-native",
"react native",
"async storage",
"asyncstorage",
"storage",
"encrypted",
"secure"
"encrypted"
],
"author": {
"name": "Yanick",
Expand All @@ -28,7 +30,7 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0"
"react": "^16.8",
"react-native": ">=0.59.0"
}
}

0 comments on commit 30e9885

Please sign in to comment.