diff --git a/package-lock.json b/package-lock.json index 0c380751..32c97aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-reporter-teamcity", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9614c05..2982b4f2 100644 --- a/package.json +++ b/package.json @@ -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",