diff options
author | grant-kun <[email protected]> | 2022-09-26 11:31:02 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-26 11:31:02 -0500 |
commit | 4b237cd7f3d9ebffdfc60d987c4df3c2595c3b7c (patch) | |
tree | 1176d127cdedb18918ef8a3d728737c9937af486 /node_modules/side-channel/.nycrc | |
parent | ef9d69cee87c45fc4507780a891591cc31ec5481 (diff) |
Delete node_modules directory
Diffstat (limited to 'node_modules/side-channel/.nycrc')
-rw-r--r-- | node_modules/side-channel/.nycrc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/side-channel/.nycrc b/node_modules/side-channel/.nycrc deleted file mode 100644 index 1826526..0000000 --- a/node_modules/side-channel/.nycrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "all": true, - "check-coverage": false, - "reporter": ["text-summary", "text", "html", "json"], - "lines": 86, - "statements": 85.93, - "functions": 82.43, - "branches": 76.06, - "exclude": [ - "coverage", - "test" - ] -} |