Comparing version 0.0.8 to 0.0.9
@@ -181,3 +181,3 @@ var http = require("http"); | ||
*/ | ||
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, toolsConf.weinre) | ||
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre) | ||
} | ||
@@ -184,0 +184,0 @@ } |
@@ -35,3 +35,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.8" | ||
"version": "0.0.9" | ||
} |
var getIP = require("./getIP"); | ||
var fs = require('fs'); | ||
module.exports = function(realPath, ext, conf) { | ||
module.exports = function(realPath, ext, res, conf) { | ||
//weinre | ||
@@ -5,0 +5,0 @@ var weinreConfig = conf; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26324