Skip to content

Commit

Permalink
add: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubinator committed Oct 15, 2024
1 parent 58a4c3b commit 70ec41b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 70ec41b

Please sign in to comment.