Skip to content

Commit

Permalink
Converting .nycrc to nyc.config.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Apr 20, 2020
1 parent 1cb7221 commit 8a6e987
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .nycrc → nyc.config.js
@@ -1,10 +1,11 @@
{
module.exports = {
"exclude": [
"test",
"coverage",
".eslintrc.js",
".mocharc.js",
"publish",
"docs"
"docs",
"nyc.config.js"
]
}
};

0 comments on commit 8a6e987

Please sign in to comment.