Skip to content

Commit

Permalink
fix(cli): new info must be a CLI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 1, 2022
1 parent f4d785f commit de0c00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cli/package.json
Expand Up @@ -34,6 +34,7 @@
},
"dependencies": {
"@lerna-lite/core": "^1.1.0",
"@lerna-lite/info": "^1.1.0",
"@lerna-lite/publish": "^1.1.0",
"@lerna-lite/version": "^1.1.0",
"dedent": "^0.7.0",
Expand All @@ -42,4 +43,4 @@
"npmlog": "^6.0.2",
"yargs": "^17.4.1"
}
}
}

0 comments on commit de0c00c

Please sign in to comment.