connect-rest-test
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "connect-rest-test", | ||
"description": "Grunt test plugin for connect-rest", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/imrefazekas/connect-rest-test", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -83,3 +83,3 @@ /* | ||
grunt.log.writeln( 'Job finished: ' + key + ' with:' + JSON.stringify(status) ); | ||
grunt.log.writeln( 'Job finished: ' + key + ' with result:' + result + ' and status:' + JSON.stringify(status) ); | ||
doneCheck(done, threads--); | ||
@@ -86,0 +86,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
10500