Minor bug fixes

This commit is contained in:
Ylian Saint-Hilaire
2018-05-02 16:19:45 -07:00
parent 6c593da7ff
commit 08e6a4302e
4 changed files with 58 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.1.7-c",
"version": "0.1.7-g",
"keywords": [
"Remote Management",
"Intel AMT",
@@ -39,10 +39,14 @@
"multiparty": "^4.1.3",
"nedb": "^1.8.0",
"node-forge": "^0.6.49",
"unzip": "^0.1.11",
"ws": "^3.3.3",
"xmldom": "^0.1.27"
"xmldom": "^0.1.27",
"yauzl": "^2.9.1"
},
"devDependencies": { },
"repository": {
"type": "git",
"url": "https://github.com/Ylianst/MeshCentral.git"
},
"devDependencies": {},
"readme": "readme.txt"
}