Compare commits

...

2 Commits

Author SHA1 Message Date
07fd9b9fa7 1.0.4 2016-11-26 23:28:41 +01:00
62d6a8d685 add npmextra.json 2016-11-26 23:28:37 +01:00
3 changed files with 13 additions and 6 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
}

View File

@ -1,6 +1,6 @@
{
"name": "smartgit",
"version": "1.0.3",
"version": "1.0.4",
"description": "smart git wrapper for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",