build-workflow
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "build-workflow", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -27,7 +27,6 @@ "main": "config-loader.js", | ||
"homepage": "https://github.com/royriojas/build-workflow", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-jscs": "~0.7.1", | ||
"grunt-bump": "0.0.15", | ||
@@ -90,2 +89,3 @@ "stringformat": "0.0.5", | ||
"yuidoc-theme-blue": "https://github.com/royriojas/yuidoc-theme-blue/tarball/master" | ||
}, | ||
@@ -92,0 +92,0 @@ "docco_husky": { |
{ | ||
"requireCurlyBraces": [ "if", "else", "for", "while", "do" ], | ||
"requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return", "function" ], | ||
"requireCurlyBraces": [ | ||
"if", | ||
"else", | ||
"for", | ||
"while", | ||
"do" | ||
], | ||
"requireSpaceAfterKeywords": [ | ||
"if", | ||
"else", | ||
"for", | ||
"while", | ||
"do", | ||
"switch", | ||
"return", | ||
"function" | ||
], | ||
"requireSpacesInFunctionExpression": { | ||
@@ -9,6 +24,28 @@ "beforeOpeningCurlyBrace": true | ||
"disallowLeftStickedOperators": [ "?", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ], | ||
"disallowRightStickedOperators": [ "?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], | ||
"requireRightStickedOperators": [ "!" ], | ||
"requireLeftStickedOperators": [ "," ], | ||
"requireSpaceBeforeBinaryOperators": [ | ||
"=", | ||
"+", | ||
"-", | ||
"/", | ||
"*", | ||
"==", | ||
"===", | ||
"!=", | ||
"!==" | ||
], | ||
"requireSpaceAfterBinaryOperators": [ | ||
"=", | ||
",", | ||
"+", | ||
"-", | ||
"/", | ||
"*", | ||
"==", | ||
"===", | ||
"!=", | ||
"!==" | ||
], | ||
"disallowKeywords": [ "with" ], | ||
@@ -15,0 +52,0 @@ "disallowMultipleLineBreaks": true, |
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
146009
2075
59