switched to npmextra for npmts config

This commit is contained in:
Philipp Kunz 2016-07-17 17:36:38 +02:00
parent df1d82cb7c
commit 2a365b04a6
2 changed files with 6 additions and 5 deletions

6
npmextra.json Normal file
View File

@ -0,0 +1,6 @@
{
"npmts":{
"mode":"default",
"coverageTreshold":70
}
}

View File

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