Skip to content

Commit

Permalink
Added missing README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeemok committed Jul 10, 2021
1 parent 9fb022d commit 99c3add
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-npm-audit",
"version": "3.0.0",
"version": "3.0.1",
"author": "Jee Mok <jee.ict@hotmail.com>",
"description": "Reshape npm audit into the way the community would like, by the community itself, to encourage more people to do security audits.",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,9 @@
"lint": "eslint .",
"qc": "npm run test && npm run lint",
"clean": "rimraf lib",
"build:after": "cp README.md lib",
"build:clean": "npm run clean && tsc",
"build": "npm run qc && npm run build:clean",
"build": "npm run qc && npm run build:clean && npm run build:after",
"publish:live": "npm run build && npm publish lib --tag latest",
"publish:next": "npm run build && npm publish lib --tag next"
},
Expand Down

0 comments on commit 99c3add

Please # to comment.