Skip to content

Commit

Permalink
Address suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Oct 3, 2024
1 parent b89a41a commit 5737932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "standard --verbose | snazzy",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "c8 node --test test/*.js",
"test:unit": "c8 --100 node --test test/*.js",
"test:typescript": "tsd"
},
"pre-commit": [
Expand All @@ -27,7 +27,6 @@
"homepage": "https://github.com/fastify/fastify-accepts-serializer#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.1",
"c8": "^10.1.2",
"fastify": "^5.0.0",
"msgpack5": "^6.0.2",
Expand Down

0 comments on commit 5737932

Please sign in to comment.