status-dev-cli removed

This commit is contained in:
alwx 2017-02-26 10:59:59 +02:00 committed by Roman Volosovskyi
parent d4128397b9
commit 041b5abfad
2 changed files with 0 additions and 8 deletions

View File

@ -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",

View File

@ -12,10 +12,3 @@ if ! [ -f re-natal ]; then
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