Skip to content

Commit 4b03870

Browse files
committed
Fix prettier, add updated package info
1 parent 9336a90 commit 4b03870

4 files changed

Lines changed: 267 additions & 268 deletions

File tree

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extends:
55
- eslint:recommended
66
- plugin:@typescript-eslint/eslint-recommended
77
- plugin:@typescript-eslint/recommended
8-
- prettier/@typescript-eslint
8+
- prettier
99
rules:
1010
# '@typescript-eslint/explicit-function-return-type': 0
1111
'@typescript-eslint/no-use-before-define':

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,7 @@ function _objectWithoutProperties(source, excluded) {
31283128
return target;
31293129
}
31303130

3131-
const VERSION = "3.5.0";
3131+
const VERSION = "3.5.1";
31323132

31333133
const _excluded = ["authStrategy"];
31343134
class Octokit {

0 commit comments

Comments
 (0)