File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fastify-static" ,
3
- "version" : " 4.4.0 " ,
3
+ "version" : " 4.4.1 " ,
4
4
"description" : " Plugin for serving static files as fast as possible." ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"scripts" : {
8
8
"lint" : " standard | snazzy" ,
9
9
"lint:fix" : " standard --fix" ,
10
- "unit" : " tap test/*.test.js" ,
10
+ "unit" : " tap --no-check-coverage test/*.test.js" ,
11
11
"typescript" : " tsd" ,
12
12
"test" : " npm run lint && npm run unit && npm run typescript" ,
13
13
"example" : " node example/server.js" ,
14
- "coverage" : " tap --cov --coverage-report=html test" ,
14
+ "coverage" : " tap --cov --coverage-report=html --no-check-coverage test" ,
15
15
"coveralls" : " tap test/*test.js test/*/*.test.js --cov"
16
16
},
17
17
"repository" : {
You can’t perform that action at this time.
0 commit comments