diff --git a/package.json b/package.json index 9ed3927..f6b5dd5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "useless" ], "scripts": { - "unit": "c8 --100 node --test", + "unit": "node --test --experimental-test-coverage", "postpublish": "npm version patch && git push", "standard": "standard", "test": "npm run standard && npm run unit" @@ -30,7 +30,6 @@ "src" ], "devDependencies": { - "c8": "^10.1.2", "standard": "^17.0.0" } }