Skip to content

Commit 70ec41b

Browse files
committed
add: fix package.json
1 parent 58a4c3b commit 70ec41b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010
"build": "bun run build.mjs",
1111
"prepublishOnly": "bun run build"
1212
},
13-
"keywords": [
14-
"cvss",
15-
"security"
16-
],
13+
"keywords": ["cvss", "security"],
1714
"author": "Fabian Kutsche",
1815
"license": "MIT",
1916
"repository": {
2017
"type": "git",
2118
"url": "https://github.com/turingpointde/cvss.js.git"
2219
},
23-
"bugs": "https://github.com/turingpointde/cvss.js/issues",
20+
"bugs": "https://github.com/turingpointde/cvss.js/issues"
2421
}

0 commit comments

Comments
 (0)