From d9b7f0001a2db53317f331778b3d4550a8b66ca2 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Wed, 19 Jan 2022 22:03:32 +0000 Subject: [PATCH] migrate to nyc for coverage checking see: https://github.com/dwyl/terminate/pull/51 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f053756..069a924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terminate", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f3d8724..e134b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terminate", - "version": "2.3.0", + "version": "2.4.0", "description": "Terminate a Node.js Process based on the Process ID", "main": "terminate.js", "types": "index.d.ts",