grunt-fastly
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-fastly", | ||
"description": "A Grunt plugin to purge cache from Fastly", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/coen-hyde/grunt-fastly", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -62,6 +62,5 @@ /* | ||
grunt.log.write('Purging "'+uri+'"...'); | ||
fastly.purge(options.host, uriPath, function(err) { | ||
if (err) grunt.log.error(); | ||
else grunt.log.ok(); | ||
else grunt.log.writeln('Purged: '+uri); | ||
@@ -68,0 +67,0 @@ next(); |
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
9582
155