first working version

This commit is contained in:
2017-08-17 16:15:47 +02:00
parent b955948380
commit ea6fc17f21
15 changed files with 628 additions and 11 deletions

10
npmextra.json Normal file
View File

@@ -0,0 +1,10 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
},
"npmts": {
"coverageTreshold": 60
}
}