Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump nock to 11.7.0 (#47)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removing Node.js 6 support
  • Loading branch information
silasbw authored Nov 2, 2019
1 parent d8c8c92 commit da9882b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ matrix:
include:
- node_js: "10"
- node_js: "8"
- node_js: "6"
# https://github.com/greenkeeperio/greenkeeper-lockfile#npm
before_install:
# package-lock.json was introduced in npm@5
Expand Down
42 changes: 8 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^6.2.2",
"nock": "^10.0.4",
"nock": "^11.7.0",
"node-fetch": "^2.3.0",
"sinon": "^7.2.2",
"standard": "^14.3.1",
Expand Down

0 comments on commit da9882b

Please sign in to comment.