Compare commits

...

2 Commits

Author SHA1 Message Date
e6ad22547c 2.3.47 2017-03-11 03:15:17 +01:00
8adeb5bb5c update deps 2017-03-11 03:15:13 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "npmci",
"version": "2.3.46",
"version": "2.3.47",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@@ -46,7 +46,7 @@
"smartfile": "^4.1.7",
"smartparam": "^0.1.1",
"smartq": "^1.1.1",
"smartshell": "^1.0.4",
"smartshell": "^1.0.5",
"smartsocket": "^1.1.7",
"smartssh": "^1.2.1",
"smartstring": "^2.0.24",

View File

@@ -2286,9 +2286,9 @@ smartrequest@^1.0.4:
smartq "^1.1.0"
typings-global "^1.0.14"
smartshell@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/smartshell/-/smartshell-1.0.4.tgz#2d73a7b5fea2638d061589779cff5c400b21468a"
smartshell@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/smartshell/-/smartshell-1.0.5.tgz#6ea0a891b9a71347fb562f29144e9a06d3af008e"
dependencies:
"@types/shelljs" "^0.6.0"
shelljs "^0.7.6"