Skip to content

Commit

Permalink
chore(package) add nyc exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 25, 2019
1 parent f4d08ae commit 8b1c9b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"type": "git",
"url": "git://github.com/coderaiser/superstat.git"
},
"nyc": {
"exclude": [
"madrun.js",
"test"
]
},
"scripts": {
"putout": "madrun putout",
"lint": "madrun lint",
Expand Down

0 comments on commit 8b1c9b0

Please sign in to comment.