Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Apr 2, 2021
1 parent 44abb43 commit 083fb18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lerna-audit",
"version": "1.3.1",
"version": "1.3.2",
"description": "Micro util to run npm audit for lerna packages (with autofix)",
"contributors": [
"Tim Keiner <[email protected]>"
Expand All @@ -10,7 +10,9 @@
"url": "git+https://github.com/tnobody/lerna-audit.git"
},
"main": "main.js",
"bin": "main.js",
"bin": {
"lerna-audit": "main.js"
},
"scripts": {
"test": "jest"
},
Expand Down

0 comments on commit 083fb18

Please sign in to comment.