use https instead of ssh in package.json
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
be0143a575
commit
19b7b2e0f9
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue