Skip to content

Commit

Permalink
Merge pull request #170 from raszi/fix-deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
raszi authored Apr 30, 2018
2 parents 3c28d1c + 62fe71a commit 6c3db68
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 780 deletions.
10 changes: 4 additions & 6 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
engines:
version: "2"
plugins:
eslint:
enabled: true
channel: "eslint-3"
ratings:
paths:
- "lib/**/*.js"
exclude_paths:
exclude_patterns:
- "docs/"
- "test/"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ addons:
code_climate:
repo_token: ca200a6930ee90adbc4192a3bdb9f60dccdae00cb78f9880a2841d6b
after_success:
- npm install --save-dev codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
Loading

0 comments on commit 6c3db68

Please sign in to comment.