mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
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",
|
"react-native-webview-bridge": "github:status-im/react-native-webview-bridge#0.33.7",
|
||||||
"readable-stream": "^1.0.33",
|
"readable-stream": "^1.0.33",
|
||||||
"realm": "^0.14.3",
|
"realm": "^0.14.3",
|
||||||
"status-dev-cli": "^1.1.3",
|
|
||||||
"stream-browserify": "^1.0.0",
|
"stream-browserify": "^1.0.0",
|
||||||
"timers-browserify": "^1.4.2",
|
"timers-browserify": "^1.4.2",
|
||||||
"tty-browserify": "0.0.0",
|
"tty-browserify": "0.0.0",
|
||||||
|
@ -11,11 +11,4 @@ if ! [ -f re-natal ]; then
|
|||||||
ln -s ./node_modules/re-natal/index.js re-natal;
|
ln -s ./node_modules/re-natal/index.js re-natal;
|
||||||
else
|
else
|
||||||
echo "re-natal exists"
|
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
|
fi
|
Loading…
x
Reference in New Issue
Block a user