Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
The @octokit/plugin- references are not actually (directly) used by
@action/github-script and so only serve to confuse about what exact
version of these is included in the action. The actual versions of
these plugins are set by @action/github.

Ignoring newlines, the dist/index.js file is exactly the same without
listing these dependencies in package.json.
  • Loading branch information
mjpieters committed Apr 4, 2023
1 parent 8d76c9a commit a4f398e
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 119 deletions.
20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/openapi-types-13.2.0.dep.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods-6.3.0.dep.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/types-7.1.0.dep.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -37,9 +37,7 @@
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.1",
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.17.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^6.3.0",
"@octokit/plugin-retry": "^3.0.9",
"node-fetch": "^2.6.7"
},
Expand Down

0 comments on commit a4f398e

Please sign in to comment.