Traverse extensions viewlet when looking for an extension to install.

This commit is contained in:
Michel Kaporin
2017-06-22 16:14:39 +02:00
parent 72d1df9b57
commit 1613eac498
3 changed files with 66 additions and 16 deletions

View File

@@ -13,12 +13,14 @@
"@types/webdriverio": "^4.6.1",
"@types/electron": "~1.4.37",
"@types/rimraf": "^0.0.28",
"@types/htmlparser2": "^3.7.29",
"mocha": "^3.2.0",
"spectron": "~3.6.4",
"typescript": "^2.2.2",
"rimraf": "^2.6.1",
"commander": "^2.9.0",
"simple-git": "^1.73.0",
"strip-json-comments": "^2.0.1"
"strip-json-comments": "^2.0.1",
"htmlparser2": "^3.9.2"
}
}