Skip to content

Commit 2caf8ad

Browse files
committed
v1.5.0
1 parent 0541918 commit 2caf8ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "@turingpointde/cvss.js",
3-
"version": "1.4.7",
3+
"version": "1.5.0",
44
"description": "A tiny library to work with cvss vectors",
55
"scripts": {
66
"build": "webpack && tsc",
77
"start": "node index.js",
88
"lint": "npx eslint ./",
99
"test": "jest --detectOpenHandles --forceExit"
1010
},
11-
"keywords": ["cvss", "security"],
11+
"keywords": [
12+
"cvss",
13+
"security"
14+
],
1215
"author": "Fabian Kutsche",
1316
"license": "MIT",
1417
"devDependencies": {

0 commit comments

Comments
 (0)