update typings to use typings-global and typings-test, update dependencies

This commit is contained in:
2016-05-31 18:48:46 +02:00
parent 84374299cf
commit d12c7ab621
6 changed files with 12 additions and 10 deletions

View File

@@ -22,13 +22,15 @@
},
"homepage": "https://github.com/pushrocks/smartssh#readme",
"dependencies": {
"beautylog": "^4.1.2",
"fs-extra": "^0.28.0",
"beautylog": "^5.0.8",
"fs-extra": "^0.30.0",
"js-base64": "^2.1.9",
"smartfile": "^3.0.5"
"smartfile": "^3.0.10",
"typings-global": "^1.0.3",
"typings-test": "^1.0.1"
},
"devDependencies": {
"npmts": "^5.0.4",
"should": "^8.3.1"
"npmts": "^5.1.19",
"should": "^9.0.0"
}
}