From ee9fb51e770b82695683016f17373eecf10dc79d Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Thu, 21 Nov 2019 19:01:07 +0000 Subject: [PATCH] fix: add npm funding link --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b86a4e2..2b8268c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "karma-coverage-istanbul-reporter", "version": "2.1.0", "description": "A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.", + "funding": { + "url": "https://github.com/sponsors/mattlewis92" + }, "main": "src/reporter.js", "files": [ "src"