Move nyc options to separate config

master
Futago-za Ryuu 6 years ago
parent 94a5f24817
commit 87ad103177

@ -0,0 +1,11 @@
{
"exclude": [
"test",
"gulpfile.js",
"**/.eslintrc.js"
],
"reporter": [
"text",
"text-summary"
]
}

@ -61,16 +61,5 @@
},
"engines": {
"node": ">=4"
},
"nyc": {
"exclude": [
"test",
"gulpfile.js",
"**/.eslintrc.js"
],
"reporter": [
"text",
"text-summary"
]
}
}

Loading…
Cancel
Save