Skip to content

Commit

Permalink
Fixes #1193 - Update lerna from 2.4.0 to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Sep 28, 2018
1 parent 7f85c64 commit f285f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before_install:
- nvm install 8
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.0
- export PATH=$HOME/.yarn/bin:$PATH
- npm install -g lerna@2.4.0
- npm install -g lerna@3.4.0

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.4.0",
"lerna": "3.4.0",
"version": "2.3.3",
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"http-server": "^0.9.0",
"husky": "^0.14.2",
"jest": "^20.0.4",
"lerna": "^2.4.0",
"lerna": "^3.4.0",
"metal-jest-serializer": "^2.0.0",
"metal-soy-critic": "^2.4.0",
"pa11y-ci": "^2.1.1",
Expand Down

0 comments on commit f285f5d

Please sign in to comment.