Update build deps.

master
Artem Sapegin 2014-10-09 11:43:01 +04:00
parent e30e52f6e5
commit 97a95b1e72
2 changed files with 12 additions and 14 deletions

View File

@ -11,14 +11,12 @@
"disallowSpaceAfterObjectKeys": true, "disallowSpaceAfterObjectKeys": true,
"requireCommaBeforeLineBreak": true, "requireCommaBeforeLineBreak": true,
"requireOperatorBeforeLineBreak": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "requireOperatorBeforeLineBreak": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowLeftStickedOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="], "disallowSpaceAfterBinaryOperators": ["!"],
"requireRightStickedOperators": ["!"], "disallowSpaceBeforeBinaryOperators": [","],
"disallowRightStickedOperators": ["?", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireLeftStickedOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"requireSpaceBeforeBinaryOperators": ["==", "===", "!=", "!=="], "requireSpaceBeforeBinaryOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireSpaceAfterBinaryOperators": ["==", "===", "!=", "!=="], "requireSpaceAfterBinaryOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowKeywords": ["with"], "disallowKeywords": ["with"],
"disallowMultipleLineStrings": true, "disallowMultipleLineStrings": true,
"validateLineBreaks": "LF", "validateLineBreaks": "LF",

View File

@ -5,14 +5,14 @@
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0", "grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-contrib-stylus": "~0.16.0", "grunt-contrib-stylus": "~0.20.0",
"grunt-csso": "~0.6.1", "grunt-csso": "~0.6.3",
"grunt-webfont": "~0.4.2", "grunt-webfont": "~0.4.8",
"autoprefixer-stylus": "0.1.0", "autoprefixer-stylus": "0.3.0",
"grunt-jscs-checker": "~0.4.3", "grunt-jscs-checker": "~0.7.1",
"load-grunt-tasks": "~0.4.0", "load-grunt-tasks": "~0.6.0",
"grunt-contrib-imagemin": "~0.7.0" "grunt-contrib-imagemin": "~0.8.1"
} }
} }