grunt-contrib-clean
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "grunt-contrib-clean", | ||
"description": "Clear files and folders.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-clean", | ||
@@ -34,2 +34,5 @@ "author": { | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.3.15" | ||
}, | ||
"keywords": [ | ||
@@ -36,0 +39,0 @@ "gruntplugin" |
@@ -15,3 +15,3 @@ /* | ||
var helpers = require('grunt-contrib-lib').init(grunt); | ||
var helpers = require('grunt-lib-contrib').init(grunt); | ||
var options = helpers.options(this); | ||
@@ -18,0 +18,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
5128
1