Skip to content

Commit 6c7f7da

Browse files
authored
fix(package): add @octokit/core as peer dependency, resolves compatibility with yarn 2 (#296) thanks @JumpLink
1 parent e01de33 commit 6c7f7da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"ts-jest": "^26.1.3",
5555
"typescript": "^4.0.2"
5656
},
57+
"peerDependencies": {
58+
"@octokit/core": ">=3"
59+
},
5760
"jest": {
5861
"preset": "ts-jest",
5962
"coverageThreshold": {

0 commit comments

Comments
 (0)