build-workflow
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -35,7 +35,8 @@ var Promise = require( 'es6-promise' ).Promise; | ||
'eslint', | ||
'eslint-friendly-formatter', | ||
'grunt-bump', | ||
'grunt-contrib-clean', | ||
'grunt-eslint', | ||
'grunt-jscs', | ||
'grunt-jsonlint' | ||
'grunt-jsonlint', | ||
'grunt-contrib-copy' | ||
], | ||
@@ -42,0 +43,0 @@ browserify: [ |
@@ -6,2 +6,3 @@ module.exports = function () { | ||
options: { | ||
format: require( 'eslint-friendly-formatter' ), | ||
configFile: path.resolve( __dirname, '../resources/json-configs/eslint.json' ) | ||
@@ -8,0 +9,0 @@ //rulePaths: ['conf/rules'] |
{ | ||
"name": "build-workflow", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -33,3 +33,4 @@ "main": "config-loader.js", | ||
"minimist": "^1.1.0", | ||
"file-entry-cache": "^1.0.0" | ||
"file-entry-cache": "^1.0.1", | ||
"chalk": "^1.0.0" | ||
}, | ||
@@ -40,11 +41,10 @@ "devDependencies": { | ||
"chai-fuzzy": "^1.4.0", | ||
"es6-promise": "^2.0.1", | ||
"esformatter": "^0.5.0", | ||
"esformatter-eol-last": "^1.0.0", | ||
"esformatter-jsx": "^1.0.5", | ||
"esformatter-quote-props": "^1.0.0", | ||
"esformatter-quotes": "^1.0.0", | ||
"esformatter-shebang-ignore": "^1.0.0", | ||
"eslint": "^0.15.1", | ||
"esprima-fb": "^12001.1.0-dev-harmony-fb", | ||
"eslint-friendly-formatter": "^1.0.0", | ||
"file-entry-cache": "^1.0.1", | ||
"grunt": "^0.4.5", | ||
@@ -58,3 +58,2 @@ "grunt-autoprefixer": "^2.2.0", | ||
"grunt-csso": "^0.7.0", | ||
"grunt-eslint": "^7.0.1", | ||
"grunt-exec": "^0.4.6", | ||
@@ -61,0 +60,0 @@ "grunt-ez-frontend": "^0.2.23", |
@@ -28,2 +28,4 @@ module.exports = function ( grunt, pkg, options ) { | ||
useCache && grunt.log.ok( 'updated files ', filesSrc ); | ||
if ( filesSrc.length === 0 ) { | ||
@@ -30,0 +32,0 @@ grunt.log.ok( 'No files to format' ); |
Sorry, the diff of this file is not supported yet
391510
37
176
4612
7
+ Addedchalk@^1.0.0
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
Updatedfile-entry-cache@^1.0.1