Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "grunt-bats", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Grunt plugin for Bats. Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/maksimr/grunt-bats", |
@@ -55,3 +55,3 @@ /* | ||
grunt.util.spawn({ | ||
cmd: path.resolve('vendor/bats/libexec/bats'), | ||
cmd: path.resolve(__dirname, '../vendor/bats/libexec/bats'), | ||
args: files | ||
@@ -58,0 +58,0 @@ }, function() { |
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
26098