Skip to content

Commit

Permalink
Merge pull request #724 from testem/greenkeeper-jscs-2.8.0
Browse files Browse the repository at this point in the history
jscs@2.8.0 breaks build 馃毃
  • Loading branch information
johanneswuerbach committed Jan 4, 2016
2 parents 943f62a + 7297eeb commit 19d9bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"requirePaddingNewLinesAfterBlocks": null,
"safeContextKeyword": "self",
"disallowMultipleVarDecl": { "allExcept": ["undefined"] },
"requireSpacesInsideObjectBrackets": null,
"excludeFiles": [
"examples/*",
"testcases/*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"cheerio": "^0.19.0",
"dirty-chai": "^1.2.2",
"ispy": "^0.1.2",
"jscs": "^2.7.0",
"jscs": "^2.8.0",
"jshint": "^2.8.0",
"mocha": "^2.1.0",
"request": "^2.51.0",
Expand Down

0 comments on commit 19d9bcb

Please sign in to comment.