From 3fa55475aaba8587d459838e666cde008805c120 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 31 May 2019 19:23:38 -0700 Subject: [PATCH] Remove unused coveralls npm script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8116e37a..62f90b81 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "build": "tsc -b ./tsconfig.all.json", "prepare": "npm run build", "prepublishOnly": "npm run package", - "coveralls": "nyc report --reporter=text-lcov | coveralls", "watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput" } }