status-dev-cli removed
This commit is contained in:
parent
d4128397b9
commit
041b5abfad
|
@ -75,7 +75,6 @@
|
|||
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#0.33.7",
|
||||
"readable-stream": "^1.0.33",
|
||||
"realm": "^0.14.3",
|
||||
"status-dev-cli": "^1.1.3",
|
||||
"stream-browserify": "^1.0.0",
|
||||
"timers-browserify": "^1.4.2",
|
||||
"tty-browserify": "0.0.0",
|
||||
|
|
|
@ -11,11 +11,4 @@ if ! [ -f re-natal ]; then
|
|||
ln -s ./node_modules/re-natal/index.js re-natal;
|
||||
else
|
||||
echo "re-natal exists"
|
||||
fi
|
||||
|
||||
# symlink for status-dev-cli
|
||||
if ! [ -f status-dev-cli ]; then
|
||||
ln -s ./node_modules/status-dev-cli/index.js status-dev-cli;
|
||||
else
|
||||
echo "status-dev-cli exists"
|
||||
fi
|
Loading…
Reference in New Issue