use https instead of ssh in package.json

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Eric Dvorsak 2018-07-10 01:57:55 +02:00 committed by Julien Eluard
parent be0143a575
commit 19b7b2e0f9
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
2 changed files with 601 additions and 844 deletions

1431
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"babel-plugin-transform-es2015-block-scoping": "6.15.0",
"babel-preset-react-native": "4.0.0",
"babel-register": "6.18.0",
"bignumber.js": "git@github.com:status-im/bignumber.js.git",
"bignumber.js": "https://github.com/status-im/bignumber.js.git",
"buffer": "3.6.0",
"chance": "1.0.12",
"create-react-class": "15.6.2",
@ -23,10 +23,10 @@
"emojilib": "2.2.9",
"events": "1.1.1",
"homoglyph-finder": "1.1.1",
"identicon.js": "git@github.com:status-im/identicon.js.git",
"identicon.js": "https://github.com/status-im/identicon.js.git",
"instabug-reactnative": "2.12.0",
"level-filesystem": "1.2.0",
"nfc-react-native": "git@github.com:status-im/nfc-react-native.git",
"nfc-react-native": "https://github.com/status-im/nfc-react-native.git",
"process": "0.11.10",
"prop-types": "15.6.0",
"punycode": "1.4.1",
@ -43,7 +43,7 @@
"react-native-fcm": "10.0.3",
"react-native-fetch-polyfill": "1.1.2",
"react-native-fs": "2.8.1",
"react-native-http-bridge": "git@github.com:status-im/react-native-http-bridge.git",
"react-native-http-bridge": "https://github.com/status-im/react-native-http-bridge.git",
"react-native-i18n": "2.0.9",
"react-native-image-crop-picker": "0.18.1",
"react-native-image-resizer": "1.0.0",
@ -58,11 +58,11 @@
"react-native-tcp": "3.3.0",
"react-native-testfairy": "2.10.0",
"react-native-udp": "2.2.1",
"react-native-webview-bridge": "git@github.com:status-im/react-native-webview-bridge.git",
"react-native-webview-bridge": "https://github.com/status-im/react-native-webview-bridge.git",
"realm": "2.3.3",
"rn-snoopy": "git@github.com:status-im/rn-snoopy.git",
"rn-snoopy": "https://github.com/status-im/rn-snoopy.git",
"string_decoder": "0.10.31",
"url": "0.10.3",
"web3": "git@github.com:status-im/web3.js.git#feature/shhext"
"web3": "https://github.com/status-im/web3.js.git#feature/shhext"
}
}