update smartenv to support os information on nodejs

This commit is contained in:
2018-02-14 00:12:21 +01:00
parent 5edb62c134
commit 50d610e5df
12 changed files with 418 additions and 540 deletions

View File

@@ -22,12 +22,13 @@
},
"homepage": "https://gitlab.com/pushrocks/smartenv",
"dependencies": {
"lodash": "^4.17.4",
"smartparam": "^0.1.1",
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
"@types/node": "^9.4.4",
"lodash": "^4.17.5",
"smartparam": "^1.0.2",
"smartq": "^1.1.6"
},
"devDependencies": {
"tapbundle": "^1.0.5"
"@types/npm": "^2.0.29",
"tapbundle": "^1.1.8"
}
}