Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

build-workflow

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-workflow - npm Package Compare versions

Comparing version 0.0.15 to 0.0.17

configs/codepainter.js

3

configs/changelog.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc