Skip to content

Commit

Permalink
fix(package): add @octokit/core as peer dependency, resolves compat…
Browse files Browse the repository at this point in the history
…ibility with yarn 2 (#296) thanks @JumpLink
  • Loading branch information
JumpLink authored Dec 3, 2020
1 parent e01de33 commit 6c7f7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"ts-jest": "^26.1.3",
"typescript": "^4.0.2"
},
"peerDependencies": {
"@octokit/core": ">=3"
},
"jest": {
"preset": "ts-jest",
"coverageThreshold": {
Expand Down

0 comments on commit 6c7f7da

Please sign in to comment.