Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-dry", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "grunt scaffolding for reusable modules", | ||
@@ -5,0 +5,0 @@ "main": "tasks/grunt-dry-module.js", |
@@ -155,2 +155,3 @@ var path = require('path'); | ||
grunt.registerTask('test', [ | ||
'build', | ||
'mochaTest', | ||
@@ -160,6 +161,3 @@ 'mocha' | ||
grunt.registerTask('default', [ | ||
'build', | ||
'test' | ||
]); | ||
grunt.registerTask('default', 'test'); | ||
}; |
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
9524
138