Skip to content

Commit

Permalink
fix some building errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jun 25, 2018
1 parent ad2bbca commit 67347c6
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 99 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cache:
- $HOME/.electron

install:
- npm update
- npm install yarn -g
- cd electron
- yarn install
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"@types/jest": "23.1.1",
"@types/node": "10.3.5",
"@types/react": "16.4.1",
"@types/react-dom": "16.0.6",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/webpack-env": "1.13.6",
"babel-cli": "6.26.0",
"babel-loader": "7.1.4",
Expand All @@ -49,7 +49,7 @@
"babel-preset-env": "1.7.0",
"babel-preset-react-hmre": "1.1.1",
"react-app-rewire-hot-loader": "1.0.1",
"react-app-rewire-less": "2.1.2",
"react-app-rewire-less": "2.1.1",
"react-app-rewired": "1.5.2",
"react-hot-loader": "4.3.3",
"react-scripts-ts": "2.16.0",
Expand Down
Loading

0 comments on commit 67347c6

Please sign in to comment.