Comparing version 0.1.1 to 0.1.2
@@ -35,3 +35,3 @@ { | ||
"scripts": {}, | ||
"version": "0.1.1" | ||
"version": "0.1.2" | ||
} |
@@ -8,3 +8,3 @@ var getIP = require("./getIP"); | ||
var content = fs.readFileSync(realPath, "utf-8"); | ||
var weinreScript = '<script src="http://'+ getIP +':'+ weinreConfig.port +'/target/target-script-min.js#xieyu"></script>' | ||
var weinreScript = '<script src="http://'+ getIP +':'+ weinreConfig.port +'/target/target-script-min.js#anonymous"></script>' | ||
content = content.replace('</html>', weinreScript + '</html>'); | ||
@@ -15,2 +15,2 @@ res.write(content); | ||
} | ||
} | ||
} |
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
26580
535