Browse Source

Fix react-native-secure-key-store reference

fix-npm-install
Luke Childs 5 years ago
parent
commit
eb46d6229a
  1. 4
      package-lock.json
  2. 2
      package.json

4
package-lock.json

@ -11826,8 +11826,8 @@
}
},
"react-native-secure-key-store": {
"version": "git+https://github.com/marcosrdz/react-native-secure-key-store.git#38332f629f577cdd57c69fc8cc971b3cbad193c9",
"from": "git+https://github.com/marcosrdz/react-native-secure-key-store.git#38332f629f577cdd57c69fc8cc971b3cbad193c9"
"version": "github:marcosrdz/react-native-secure-key-store#9813b3cb6049691c0f385cd90a5a18387617fd09",
"from": "github:marcosrdz/react-native-secure-key-store#9813b3cb6049691c0f385cd90a5a18387617fd09"
},
"react-native-share": {
"version": "2.0.0",

2
package.json

@ -123,7 +123,7 @@
"react-native-quick-actions": "0.3.13",
"react-native-randombytes": "3.5.3",
"react-native-rate": "1.1.10",
"react-native-secure-key-store": "git+https://github.com/marcosrdz/react-native-secure-key-store.git#38332f629f577cdd57c69fc8cc971b3cbad193c9",
"react-native-secure-key-store": "github:marcosrdz/react-native-secure-key-store#9813b3cb6049691c0f385cd90a5a18387617fd09",
"react-native-share": "2.0.0",
"react-native-snap-carousel": "3.9.0",
"react-native-sortable-list": "0.0.23",

Loading…
Cancel
Save