Comparing version 0.4.0 to 0.5.0
@@ -28,3 +28,3 @@ var once = require('once') | ||
} | ||
return lines.join('\n') | ||
return lines.join('\r\n') | ||
} | ||
@@ -58,1 +58,5 @@ | ||
module.exports = appcached | ||
appcached('http://staging.getable.com/app', function (e, manifest) { | ||
console.log(manifest) | ||
}) |
{ | ||
"name": "appcached", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Scrape a site's required resources to dynamically generate an appcache manifest.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2409
55