diff options
Diffstat (limited to 'node_modules/async-limiter/.nycrc')
| -rw-r--r-- | node_modules/async-limiter/.nycrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/async-limiter/.nycrc b/node_modules/async-limiter/.nycrc new file mode 100644 index 0000000..874c1de --- /dev/null +++ b/node_modules/async-limiter/.nycrc @@ -0,0 +1,10 @@ +{ + "check-coverage": false, + "lines": 99, + "statements": 99, + "functions": 99, + "branches": 99, + "include": [ + "index.js" + ] +}
\ No newline at end of file |