Skip to content

Commit 88faa4f

Browse files
committed
0.1.1
1 parent bcbb660 commit 88faa4f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
{
32
"name": "react-native-secure-storage",
43
"title": "React Native Secure Storage",
5-
"version": "0.1.0",
4+
"version": "0.1.1",
65
"description": "A secure AsyncStorage partial implementation",
76
"main": "index.js",
87
"scripts": {
@@ -30,13 +29,11 @@
3029
"licenseFilename": "LICENSE",
3130
"readmeFilename": "README.md",
3231
"peerDependencies": {
33-
3432
"react": "16.0.0-alpha.6",
3533
"react-native": "^0.44.1"
3634
},
3735
"devDependencies": {
38-
3936
"react": "16.0.0-alpha.6",
40-
"react-native": "^0.44.1"
37+
"react-native": "^0.44.1"
4138
}
4239
}

0 commit comments

Comments
 (0)