Skip to content

Commit

Permalink
fix(mobile): fix babel deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Jul 31, 2018
1 parent c8f5572 commit 30ae82c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 554 deletions.
1 change: 1 addition & 0 deletions client/react-native/Makefile
Expand Up @@ -11,6 +11,7 @@ all: $(ROOT) $(DEPS)

.PHONY: fclean
fclean: $(FCLEAN)
yarn cache clean && watchman watch-del-all

.PHONY: re
re: $(RE)
Expand Down
2 changes: 1 addition & 1 deletion client/react-native/mobile/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"postinstall": "mkdir -p node_modules/@berty && yarn link:react-native && yarn link:berty",
"start": "lsof -t -i :8081 || react-native start --reset-cache --root $PWD &",
"start": "lsof -t -i :8081 || react-native start --reset-cache --root $PWD",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
Expand Down
7 changes: 0 additions & 7 deletions client/react-native/package.json
Expand Up @@ -8,14 +8,7 @@
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react-native": "^5.0.2",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "6.26.0",
"eslint": "^5.2.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier-standard": "^2.0.0",
Expand Down

0 comments on commit 30ae82c

Please sign in to comment.