http-server: update module to latest

This commit is contained in:
Josh Tynjala
2023-05-16 12:53:26 -07:00
parent 571c2bd181
commit a0c6f92136
1540 changed files with 85700 additions and 7281 deletions

View File

@@ -0,0 +1,14 @@
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"lines": 86,
"statements": 85.93,
"functions": 82.43,
"branches": 76.06,
"exclude": [
"coverage",
"example",
"test"
]
}