Skip to content

Commit 6c3db68

Browse files
authored
Merge pull request #170 from raszi/fix-deps
chore: update dependencies
2 parents 3c28d1c + 62fe71a commit 6c3db68

File tree

4 files changed

+381
-780
lines changed

4 files changed

+381
-780
lines changed

.codeclimate.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
engines:
1+
version: "2"
2+
plugins:
23
eslint:
34
enabled: true
4-
channel: "eslint-3"
5-
ratings:
6-
paths:
7-
- "lib/**/*.js"
8-
exclude_paths:
5+
exclude_patterns:
96
- "docs/"
7+
- "test/"

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ addons:
2020
code_climate:
2121
repo_token: ca200a6930ee90adbc4192a3bdb9f60dccdae00cb78f9880a2841d6b
2222
after_success:
23+
- npm install --save-dev codeclimate-test-reporter
2324
- codeclimate-test-reporter < coverage/lcov.info

0 commit comments

Comments
 (0)