build-workflow
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -61,3 +61,3 @@ /** | ||
// to register a task calling grunt.loadNmpTasks('grunt-name-of-task'); | ||
var gruntDeps = require( 'matchdep' )[ filterMethod ]( 'grunt-*' ); | ||
var gruntDeps = require( 'matchdep' )[ filterMethod ]( 'grunt-*', opts.appPkgJSONPath ); | ||
@@ -64,0 +64,0 @@ gruntDeps.forEach( grunt.loadNpmTasks ); |
{ | ||
"name": "build-workflow", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -45,3 +45,4 @@ "main": "config-loader.js", | ||
"grunt-exec": "~0.4.6", | ||
"grunt-bump": "0.0.15" | ||
"grunt-bump": "0.0.15", | ||
"grunt-jsonlint": "~1.0.4" | ||
}, | ||
@@ -48,0 +49,0 @@ "docco_husky": { |
Sorry, the diff of this file is not supported yet
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
146554
93
2089
18