Skip to content

Commit

Permalink
Ported tanker fixes to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Aug 4, 2015
1 parent adc0f85 commit 2a01110
Show file tree
Hide file tree
Showing 6 changed files with 1,850 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .jscs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
excludeFiles: [
'node_modules',
'exlib',
'coverage',
'exlib/sax.js',
'test/fixtures/*'
],
requireSpaceAfterKeywords: ['if', 'else', 'for', 'while', 'do', 'switch', 'return', 'try', 'catch'],
Expand Down
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
exlib
coverage
exlib/sax.js
test/fixtures
Loading

0 comments on commit 2a01110

Please sign in to comment.