From 70ec41b1f58368ad3fee918e756f4479259c08fd Mon Sep 17 00:00:00 2001 From: Fabian Kutsche Date: Tue, 15 Oct 2024 10:16:20 +0200 Subject: [PATCH] add: fix package.json --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 10765dc..4d8d7d1 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,12 @@ "build": "bun run build.mjs", "prepublishOnly": "bun run build" }, - "keywords": [ - "cvss", - "security" - ], + "keywords": ["cvss", "security"], "author": "Fabian Kutsche", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/turingpointde/cvss.js.git" }, - "bugs": "https://github.com/turingpointde/cvss.js/issues", + "bugs": "https://github.com/turingpointde/cvss.js/issues" }