Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "url-ok", | ||
"description": "check http status for number of URLs with timeout", | ||
"version": "0.0.6", | ||
"description": "check http or https status for number of URLs with timeout", | ||
"version": "0.0.7", | ||
"bin": "main.js", | ||
@@ -27,4 +27,4 @@ "main": "lib/url-ok.js", | ||
"scripts": { | ||
"test": "jasmine-node --forceexit spec/*spec.js" | ||
"test": "jasmine-node --forceexit spec" | ||
} | ||
} |