update to latest standards

This commit is contained in:
2017-06-15 17:52:22 +02:00
parent 56318f28cf
commit 6853fa28b6
19 changed files with 816 additions and 195 deletions

View File

@@ -23,25 +23,22 @@
},
"homepage": "https://gitlab.com/pushrocks/smartssh#readme",
"dependencies": {
"@types/fs-extra": "0.0.35",
"@types/fs-extra": "3.0.3",
"@types/js-base64": "^2.1.5",
"@types/minimatch": "^2.0.29",
"@types/q": "0.0.32",
"@types/shelljs": "^0.3.33",
"beautylog": "^6.0.0",
"fs-extra": "^1.0.0",
"minimatch": "^3.0.3",
"q": "^1.4.1",
"shelljs": "^0.7.5",
"smartfile": "^4.1.0",
"smartpath": "^3.2.5",
"smartstring": "^2.0.22",
"typings-global": "^1.0.14"
"@types/q": "1.0.0",
"@types/shelljs": "^0.7.2",
"beautylog": "^6.1.10",
"fs-extra": "^3.0.1",
"minimatch": "^3.0.4",
"q": "^1.5.0",
"shelljs": "^0.7.8",
"smartfile": "^4.2.17",
"smartpath": "^3.2.8",
"smartstring": "^2.0.24",
"typings-global": "^1.0.17"
},
"devDependencies": {
"@types/should": "^8.1.30",
"npmts-g": "^5.2.8",
"should": "^11.1.1",
"typings-test": "^1.0.3"
"tapbundle": "^1.0.14"
}
}