Skip to content

Commit

Permalink
status-dev-cli removed
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx authored and rasom committed Feb 27, 2017
1 parent d412839 commit 041b5ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 0 additions & 7 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 041b5ab

Please # to comment.