Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubinator committed Jun 28, 2023
1 parent 0541918 commit 2caf8ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@turingpointde/cvss.js",
"version": "1.4.7",
"version": "1.5.0",
"description": "A tiny library to work with cvss vectors",
"scripts": {
"build": "webpack && tsc",
"start": "node index.js",
"lint": "npx eslint ./",
"test": "jest --detectOpenHandles --forceExit"
},
"keywords": ["cvss", "security"],
"keywords": [
"cvss",
"security"
],
"author": "Fabian Kutsche",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 2caf8ad

Please sign in to comment.