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,
"requireCommaBeforeLineBreak": true,
"requireOperatorBeforeLineBreak": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowLeftStickedOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireRightStickedOperators": ["!"],
"disallowRightStickedOperators": ["?", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireLeftStickedOperators": [","],
"disallowSpaceAfterBinaryOperators": ["!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"requireSpaceBeforeBinaryOperators": ["==", "===", "!=", "!=="],
"requireSpaceAfterBinaryOperators": ["==", "===", "!=", "!=="],
"requireSpaceBeforeBinaryOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"requireSpaceAfterBinaryOperators": ["?", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowKeywords": ["with"],
"disallowMultipleLineStrings": true,
"validateLineBreaks": "LF",

View File

@ -5,14 +5,14 @@
"devDependencies": {
"grunt": "~0.4.5",
"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-stylus": "~0.16.0",
"grunt-csso": "~0.6.1",
"grunt-webfont": "~0.4.2",
"autoprefixer-stylus": "0.1.0",
"grunt-jscs-checker": "~0.4.3",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-imagemin": "~0.7.0"
"grunt-contrib-stylus": "~0.20.0",
"grunt-csso": "~0.6.3",
"grunt-webfont": "~0.4.8",
"autoprefixer-stylus": "0.3.0",
"grunt-jscs-checker": "~0.7.1",
"load-grunt-tasks": "~0.6.0",
"grunt-contrib-imagemin": "~0.8.1"
}
}