Skip to content

Commit 2f02e7a

Browse files
fix(deps): @octokit/plugin-create-or-update-text-file is a production dependency (#33)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d76d1a commit 2f02e7a

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

package-lock.json

+16-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"@octokit/plugin-create-or-update-text-file": "^2.0.2",
1312
"nock": "^13.2.9",
1413
"uvu": "^0.5.6"
1514
},
1615
"dependencies": {
17-
"@octoherd/cli": "^3.3.0"
16+
"@octoherd/cli": "^3.3.0",
17+
"@octokit/plugin-create-or-update-text-file": "^2.0.2"
1818
},
1919
"exports": "./index.js",
2020
"release": {

0 commit comments

Comments
 (0)