Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cy6erskunk committed Jul 22, 2020
1 parent 321be6d commit 5bebfae
Show file tree
Hide file tree
Showing 2 changed files with 9 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.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "npm-audit-reporter-teamcity",
"version": "0.3.0",
"version": "0.3.1",
"description": "generate TeamCity code inspections from the output of `npm audit`",
"main": "dist/index.js",
"bin": "bin/index.js",
"files": ["bin", "dist/*.js", "package.json", "LICENSE", "README.md"],
"files": [
"bin",
"dist/*.js",
"package.json",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
Expand Down

0 comments on commit 5bebfae

Please sign in to comment.