Skip to content

Commit

Permalink
fix(deps): move nock to devDependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Feb 10, 2021
1 parent 34665d7 commit 8154e45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 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 @@ -25,11 +25,11 @@
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"nock": "^13.0.7",
"prettier": "^2.2.1"
},
"dependencies": {
"@actions/core": "^1.2.6",
"nock": "^13.0.7",
"pino": "^6.11.0",
"probot": "^11.0.6",
"through2": "^4.0.2"
Expand Down

0 comments on commit 8154e45

Please sign in to comment.