build-workflow
Advanced tools
Comparing version 0.0.15 to 0.0.17
@@ -5,2 +5,3 @@ module.exports = function ( grunt, pkg, options ) { | ||
var gruntTaskUtils = options.gruntTaskUtils; | ||
var commonConfig = options.commonConfig; | ||
@@ -16,4 +17,2 @@ var getRenderer = require( '../utils/get-renderer' ); | ||
var commonConfig = options.commonConfig; | ||
var changeLogConfig = commonConfig.changelog || {}; | ||
@@ -20,0 +19,0 @@ |
@@ -20,6 +20,2 @@ module.exports = function ( grunt ) { | ||
'codepainter': { | ||
'sources': prepushFiles | ||
}, | ||
// "yuidoc": { | ||
@@ -33,5 +29,6 @@ // "config": "./grunt-deps/yuidoc/yuidoc.json" | ||
'jshint': prepushFiles, | ||
'jsvalidate': prepushFiles | ||
'jsvalidate': prepushFiles, | ||
'codepainter': prepushFiles | ||
} | ||
}; | ||
}; |
{ | ||
"name": "build-workflow", | ||
"version": "0.0.15", | ||
"version": "0.0.17", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -46,3 +46,4 @@ "main": "config-loader.js", | ||
"grunt-bump": "0.0.15", | ||
"grunt-jsonlint": "~1.0.4" | ||
"grunt-jsonlint": "~1.0.4", | ||
"grunt-codepainter": "~1.1.0" | ||
}, | ||
@@ -49,0 +50,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
147262
94
2099
19