Skip to content

Commit

Permalink
chore(package) nyc: exclude .madrun.js
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 11, 2020
1 parent 3dde51b commit 6318021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -18,6 +18,12 @@
"watch:test": "madrun watch:test",
"watcher": "madrun watcher"
},
"nyc": {
"exclude": [
"test",
".*.js"
]
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/node-remy.git"
Expand Down

0 comments on commit 6318021

Please sign in to comment.