We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816966c commit 872468eCopy full SHA for 872468e
package.json
@@ -1,5 +1,8 @@
1
{
2
"name": "@octokit/plugin-create-or-update-text-file",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
"version": "0.0.0-development",
7
"description": "Convenience method to create/edit/delete a text file based on its current content",
8
"scripts": {
@@ -11,10 +14,7 @@
11
14
},
12
15
"repository": "https://github.com/octokit/plugin-create-or-update-text-file.js",
13
16
"keywords": [
- "github",
- "api",
- "sdk",
17
- "toolkit"
+ "octokit-plugin"
18
],
19
"author": "Gregor Martynus (https://dev.to/gr2m)",
20
"license": "MIT",
@@ -98,7 +98,9 @@
98
]
99
100
101
- "publishConfig": {
102
- "access": "public"
+ "renovate": {
+ "extends": [
103
+ "github>octokit/.github"
104
+ ]
105
}
106
0 commit comments