Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/nyc-15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin authored Jun 8, 2020
2 parents 6c4c48e + 4f41be7 commit 72c0e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
- "13"
- "14"
after_script:
- coveralls < coverage/lcov.info
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
},
"homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
"devDependencies": {
"coveralls": "^2.13.1",
"coveralls": "^3.1.0",
"dot": "^1.1.2",
"eslint": "^4.0.0",
"mocha": "^3.4.2",
"eslint": "^7.2.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0",
"sinon": "^9.0.2",
"typescript": "^2.6.1"
"typescript": "^3.9.5"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit 72c0e40

Please sign in to comment.