Skip to content

Commit

Permalink
Merge pull request #37 from Luxcium/patch-1
Browse files Browse the repository at this point in the history
Docs: found 4 vulnerabilities (2 low, 2 high)
  • Loading branch information
cpyarger authored Jan 23, 2021
2 parents c7e1e94 + a742513 commit 96e2303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "obs-midi-docs",
"version": "1.0.0",
"description": "",
"description": "Documentation for Alzy/obs-midi project",
"main": "docs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Warning: no test specified\" && exit 0",
"docs": "node ./docs.js",
"comments": "node ./comments.js",
"build": "npm run comments && npm run docs"
Expand All @@ -16,6 +16,6 @@
"handlebars": "^4.0.10",
"handlebars-helpers": "^0.9.6",
"markdown-toc": "^1.1.0",
"parse-comments": "^0.4.3"
"parse-comments": "^1.0.0"
}
}

0 comments on commit 96e2303

Please sign in to comment.