Skip to content

Commit

Permalink
fix(package): lower peerDependency on @octokit/core to >=2 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hunt committed Sep 3, 2020
1 parent a1ac85f commit 0ae7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"@octokit/types": "^5.3.0"
},
"peerDependencies": {
"@octokit/core": ">=3"
"@octokit/core": ">=2"
},
"devDependencies": {
"@octokit/core": "^3.0.0",
Expand Down

0 comments on commit 0ae7a17

Please sign in to comment.