Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 10, 2019
1 parent 133c0f0 commit e9af413
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [`lerna import`](./commands/import#readme)
- [`lerna link`](./commands/link#readme)
- [`lerna create`](./commands/create#readme)
- [`lerna info`](./commands/info#readme)
- [Concepts](#concepts)
- [Lerna.json](#lernajson)
- [Global Flags](./core/global-options)
Expand Down
4 changes: 2 additions & 2 deletions commands/info/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `@lerna/list`
# `@lerna/info`

> Print local environment information
Expand All @@ -25,4 +25,4 @@ Environment Info:
Firefox: 66.0.5
npmPackages:
lerna: 3.14.1
```
```
5 changes: 3 additions & 2 deletions commands/info/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

{
"name": "@lerna/list",
"name": "@lerna/info",
"version": "1.0.0",
"description": "Prints local environnment information",
"keywords": [
Expand Down Expand Up @@ -37,4 +38,4 @@
"envinfo": "^7.3.1"
}
}


0 comments on commit e9af413

Please sign in to comment.