specberus
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -212,3 +212,3 @@ /*jshint es5:true */ | ||
sua.get(url) | ||
.set("User-Agent", "Specberus/" + require("../package.json").version + " Node/" + process.version + " by sexy Robin") | ||
.set("User-Agent", "Specberus/" + version + " Node/" + process.version + " by sexy Robin") | ||
.end(function (err, res) { | ||
@@ -215,0 +215,0 @@ if (err) return self.throw(err.message); |
{ | ||
"name": "specberus", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/validator", |
@@ -54,7 +54,4 @@ /*global io*/ | ||
$(".navbar-brand small").remove(); | ||
$("<small></small>") | ||
.css({ fontSize: "0.5em", opacity: "0.5" }) | ||
.text(" (" + data.version + ")") | ||
.appendTo($(".navbar-brand")) | ||
; | ||
$('head title').text($('head title').text() + ' ' + data.version); | ||
$('.navbar-brand').append(' ' + data.version); | ||
}); | ||
@@ -61,0 +58,0 @@ |
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
2640477
25446