Skip to content

Commit

Permalink
Bumped v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Oct 11, 2021
1 parent c31f17d commit f324f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "fastify-static",
"version": "4.4.0",
"version": "4.4.1",
"description": "Plugin for serving static files as fast as possible.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "standard | snazzy",
"lint:fix": "standard --fix",
"unit": "tap test/*.test.js",
"unit": "tap --no-check-coverage test/*.test.js",
"typescript": "tsd",
"test": "npm run lint && npm run unit && npm run typescript",
"example": "node example/server.js",
"coverage": "tap --cov --coverage-report=html test",
"coverage": "tap --cov --coverage-report=html --no-check-coverage test",
"coveralls": "tap test/*test.js test/*/*.test.js --cov"
},
"repository": {
Expand Down

0 comments on commit f324f8b

Please sign in to comment.