grunt-browser-output
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "grunt-browser-output", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Redirect grunt output to the browser.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,3 +25,4 @@ 'use strict'; | ||
key: options.key, | ||
cert: options.cert | ||
cert: options.cert, | ||
passphrase: options.passphrase | ||
},processRequest).listen(options.port); | ||
@@ -28,0 +29,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
273370
243