grunt-parallel
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "grunt-parallel", | ||
"description": "Run tasks or commands in child processes.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"homepage": "https://github.com/iammerrick/grunt-parallel", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -44,3 +44,3 @@ /* | ||
}); | ||
var flags = grunt.flags(); | ||
var flags = grunt.option.flags(); | ||
@@ -47,0 +47,0 @@ // If the configuration specifies that the task is a grunt task. Make it so. |
Sorry, the diff of this file is not supported yet
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
8479