start shift to making bare bash obsolete

This commit is contained in:
2016-08-02 16:20:32 +02:00
parent 236df3388f
commit 2d9c225d28
17 changed files with 83 additions and 39 deletions

View File

@@ -3,6 +3,7 @@
"version": "2.3.12",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"npmci": "dist/index.js"
},
@@ -21,25 +22,29 @@
},
"homepage": "https://gitlab.com/pushrocks/npmci#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"npmts-g": "^5.2.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.14",
"@types/lodash": "^0.0.28",
"@types/q": "^0.0.27",
"@types/request": "^0.0.27",
"@types/shelljs": "^0.3.27",
"beautylog": "^5.0.18",
"gulp": "^3.9.1",
"gulp-function": "^1.3.6",
"lodash": "^4.13.1",
"lodash": "^4.14.1",
"projectinfo": "^1.0.3",
"q": "^1.4.1",
"request": "^2.73.0",
"shelljs": "^0.7.0",
"request": "^2.74.0",
"shelljs": "^0.7.3",
"smartcli": "^1.0.4",
"smartfile": "^4.0.11",
"smartfile": "^4.0.12",
"smartparam": "^0.1.1",
"smartssh": "^1.1.5",
"smartstring": "^2.0.15",
"through2": "^2.0.1",
"typings-global": "^1.0.6"
}
}
}