grunt-nginx
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-nginx", | ||
"description": "Grunt task for Nginx to start, stop and restart a server.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/alexcurtis/grunt-nginx", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -51,3 +51,3 @@ 'use strict'; | ||
grunt.registerTask( 'nginx', 'blah blah blah', function(target) { | ||
grunt.registerTask('nginx', 'Controls a Nginx Server', function(target){ | ||
@@ -54,0 +54,0 @@ // Merge With Defaults |
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
6753