This commit is contained in:
Celogeek 2022-11-03 08:56:14 +01:00
parent e359f7096f
commit 4da5ece94d
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -1,6 +1,6 @@
{ {
"name": "pnpm-audit-sonar", "name": "pnpm-audit-sonar",
"version": "1.0.0", "version": "1.0.1",
"description": "Convert PNPM audit to Sonar compatible format", "description": "Convert PNPM audit to Sonar compatible format",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -16,4 +16,4 @@
"author": "Celogeek", "author": "Celogeek",
"license": "ISC", "license": "ISC",
"dependencies": {} "dependencies": {}
} }