upgrade deps

This commit is contained in:
Lloyd Brookes
2017-02-17 17:48:46 +00:00
parent 86b2b52291
commit f98e39d6e7
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
* Feature interface.
*/
class Feature {
/**
* localWebServer instance passed to constructor in case feature needs access to http server instance.
*/
constructor (localWebServer) {}
/**