Comparing version 0.2.6 to 0.2.7
@@ -96,8 +96,5 @@ /* | ||
task('cleanup', function () { | ||
jake.exec('rm -fr ./pkg', function () { | ||
console.log('Cleaned up package'); | ||
complete(); | ||
}); | ||
}, {async: true}); | ||
task('cleanup', ['clobber'], function () { | ||
console.log('Cleaned up package'); | ||
}); | ||
@@ -104,0 +101,0 @@ }); |
{ | ||
"name": "jake", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
85196
1868