Skip to content

Commit

Permalink
Fix lerna version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enzocano committed Aug 29, 2018
1 parent 64263d6 commit 88cf240
Show file tree
Hide file tree
Showing 4 changed files with 800 additions and 285 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm run test

This repository uses [lerna](https://github.com/lerna/lerna) to manage the packages included. This allows you to execute scripts for all packages or only for some packages. For instance, `lerna run test` will run all tests in each package, but `lerna run test --scope chatdown` will run the tests of chatdown.

To use lerna, install it as a global package with `npm install lerna --global`.
To use lerna, install it as a global package with `npm install lerna@3.2.1 --global`.

## Contributing

Expand Down
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"lerna": "3.2.1",
"packages": [
"packages/*"
],
Expand Down
Loading

0 comments on commit 88cf240

Please sign in to comment.