Compare commits

...

4 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
047cf02e6a 1.0.3 2016-11-26 23:24:52 +01:00
69127cacdd remove postinstall 2016-11-26 23:24:48 +01:00
3 changed files with 14 additions and 8 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,13 +1,12 @@
{ {
"name": "smartgit", "name": "smartgit",
"version": "1.0.2", "version": "1.0.4",
"description": "smart git wrapper for node", "description": "smart git wrapper for node",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"cleanTest": "rm -rf test/temp*", "cleanTest": "rm -rf test/temp*",
"test": "(npm run cleanTest && npmts)", "test": "(npm run cleanTest && npmts)"
"install": "node dist/postinstall.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",