update to latest standards

This commit is contained in:
2016-11-21 11:58:37 +01:00
parent 56d4432d31
commit af7b9c46d2
26 changed files with 262 additions and 268 deletions

View File

@@ -22,11 +22,14 @@
},
"homepage": "https://github.com/pushrocks/smartenv",
"dependencies": {
"beautylog": "^4.1.2",
"lodash": "^4.11.1",
"q": "^1.4.1"
"@types/q": "x.x.x",
"lodash": "^4.17.2",
"q": "^1.4.1",
"typings-global": "^1.0.14"
},
"devDependencies": {
"npmts": "^5.1.5"
"@types/should": "^8.1.30",
"beautylog": "^6.0.0",
"should": "^11.1.1"
}
}