Skip to content

Commit be11de1

Browse files
committed
Merge branch 'abdonrd-update-dependencies'
2 parents 4a5959f + 2fba4a2 commit be11de1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "6"
5-
- "7"
63
- "8"
4+
- "10"
5+
- "12"
6+
- "13"
77
after_script:
88
- coveralls < coverage/lcov.info

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"devDependencies": {
99
"benchmark": "^2.1.4",
1010
"coveralls": "^3.0.0",
11-
"eslint": "^4.9.0",
11+
"eslint": "^6.7.0",
1212
"fast-stable-stringify": "latest",
1313
"faster-stable-stringify": "latest",
1414
"json-stable-stringify": "latest",
15-
"nyc": "^11.2.1",
15+
"nyc": "^14.1.0",
1616
"pre-commit": "^1.2.2",
17-
"tape": "~1.0.4"
17+
"tape": "^4.11.0"
1818
},
1919
"scripts": {
2020
"eslint": "eslint index.js test",

0 commit comments

Comments
 (0)