From ab1e63da01cdc496f669285c863dff4092507e50 Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Wed, 21 Aug 2024 11:26:45 +0200 Subject: [PATCH] chore: remove coveralls as dev dependency (#463) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 1d15b7f..97c0bdd 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "concat-stream": "^2.0.0", - "coveralls": "^3.1.1", "fastify": "^5.0.0-alpha.3", "handlebars": "^4.7.8", "pino": "^9.1.0",