Skip to content

Commit 3c411af

Browse files
authored
fix: restrict @octokit/core to v5
1 parent b8c11aa commit 3c411af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "^5.0.0"
3939
},
4040
"peerDependencies": {
41-
"@octokit/core": ">= 5"
41+
"@octokit/core": "^5"
4242
},
4343
"jest": {
4444
"transform": {

0 commit comments

Comments
 (0)