add npmextra.json

This commit is contained in:
Philipp Kunz 2016-11-26 23:28:37 +01:00
parent 047cf02e6a
commit 62d6a8d685
2 changed files with 12 additions and 5 deletions

12
npmextra.json Normal file
View File

@ -0,0 +1,12 @@
{
"npmts": {
"mode": "default",
"codecov": true,
"coverageTreshold": 71
},
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -1,5 +0,0 @@
{
"mode":"default",
"codecov":true,
"coverageTreshold":71
}