We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5959f + 2fba4a2 commit be11de1Copy full SHA for be11de1
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
- - "4"
4
- - "6"
5
- - "7"
6
- "8"
+ - "10"
+ - "12"
+ - "13"
7
after_script:
8
- coveralls < coverage/lcov.info
package.json
@@ -8,13 +8,13 @@
"devDependencies": {
9
"benchmark": "^2.1.4",
10
"coveralls": "^3.0.0",
11
- "eslint": "^4.9.0",
+ "eslint": "^6.7.0",
12
"fast-stable-stringify": "latest",
13
"faster-stable-stringify": "latest",
14
"json-stable-stringify": "latest",
15
- "nyc": "^11.2.1",
+ "nyc": "^14.1.0",
16
"pre-commit": "^1.2.2",
17
- "tape": "~1.0.4"
+ "tape": "^4.11.0"
18
},
19
"scripts": {
20
"eslint": "eslint index.js test",
0 commit comments