Comparing version 0.1.5 to 0.1.6
@@ -105,3 +105,3 @@ module.exports = function () { | ||
var pluginImpl = require(path.join(thisPluginPath, pluginPkgConfig.main)); | ||
$this.config[prop] = pluginImpl($this.app, $this.config, $this.io, $this); | ||
config[prop] = $this.config[prop] = pluginImpl($this.app, $this.config, $this.io, $this); | ||
if ($this.config[prop] && $this.config[prop].shutdown) { | ||
@@ -108,0 +108,0 @@ shutdownHooks.push($this.config[prop].shutdown); |
@@ -5,3 +5,3 @@ { | ||
"description": "Minimal HTTP Server", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
4
54057
12
1130