Skip to content

Commit f324f8b

Browse files
committed
Bumped v4.4.1
1 parent c31f17d commit f324f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "fastify-static",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Plugin for serving static files as fast as possible.",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
88
"lint": "standard | snazzy",
99
"lint:fix": "standard --fix",
10-
"unit": "tap test/*.test.js",
10+
"unit": "tap --no-check-coverage test/*.test.js",
1111
"typescript": "tsd",
1212
"test": "npm run lint && npm run unit && npm run typescript",
1313
"example": "node example/server.js",
14-
"coverage": "tap --cov --coverage-report=html test",
14+
"coverage": "tap --cov --coverage-report=html --no-check-coverage test",
1515
"coveralls": "tap test/*test.js test/*/*.test.js --cov"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)