Skip to content

Commit

Permalink
Merge branch 'abdonrd-update-dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Dec 14, 2019
2 parents 4a5959f + 2fba4a2 commit be11de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "10"
- "12"
- "13"
after_script:
- coveralls < coverage/lcov.info
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,13 +8,13 @@
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"eslint": "^6.7.0",
"fast-stable-stringify": "latest",
"faster-stable-stringify": "latest",
"json-stable-stringify": "latest",
"nyc": "^11.2.1",
"nyc": "^14.1.0",
"pre-commit": "^1.2.2",
"tape": "~1.0.4"
"tape": "^4.11.0"
},
"scripts": {
"eslint": "eslint index.js test",
Expand Down

0 comments on commit be11de1

Please sign in to comment.