Skip to content

Commit

Permalink
Update lerna to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Frampton authored and jbalsas committed Sep 29, 2017
1 parent bc11929 commit 8fe3762
Show file tree
Hide file tree
Showing 4 changed files with 1,559 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
before_install:
- nvm install 7
- npm install -g gulp
- npm install -g lerna@2.0.0-rc.5
- npm install -g lerna@2.2.0

install:
- npm run lerna
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Metal.js is a JavaScript library for building UI components in a solid, flexible
2. Install lerna global dependency:

```
[sudo] npm install -g lerna@2.0.0-rc.5
[sudo] npm install -g lerna@2.2.0
```

3. Run the bootstrap script to install local dependencies and link packages together:
Expand Down
Loading

0 comments on commit 8fe3762

Please sign in to comment.