Skip to content

Commit

Permalink
Merge pull request #101 from lexich/updates_0.9.10
Browse files Browse the repository at this point in the history
Update: npm deps + update adapter fix issue #99
  • Loading branch information
lexich authored Sep 12, 2016
2 parents b7294f6 + 39c0cd4 commit 4f9096e
Show file tree
Hide file tree
Showing 27 changed files with 437 additions and 308 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"prefer-template": 0,
"prefer-arrow-callback": 0,
"arrow-body-style": 0,
"no-confusing-arrow": 0
"no-confusing-arrow": 0,
"react/require-extension": 0
}
}
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '0.12'
- '4'
- '5'
- '6'
Expand Down
3 changes: 2 additions & 1 deletion .yaspellerrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"usefull",
"v1",
"xhr",
"javascript"
"javascript",
"responseHandler"
]
}
Loading

0 comments on commit 4f9096e

Please sign in to comment.