Skip to content

Commit

Permalink
Fix devDependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlyra committed May 25, 2023
1 parent b901ee5 commit f055ae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-script-action",
"version": "0.2.0",
"version": "0.2.1",
"description": "GitHub Action for running inline JavaScript snippets",
"author": "Lyra Naeseth <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,12 +44,12 @@
"@octokit/core": "^4.2.0",
"@octokit/plugin-paginate-rest": "^6.1.0",
"@octokit/plugin-rest-endpoint-methods": "^7.1.0",
"@octokit/webhooks-types": "^6.11.0",
"chalk": "^4.1.2",
"node-fetch": "^3.3.1",
"node-get-random-values": "^1.1.0"
},
"devDependencies": {
"@octokit/webhooks-types": "^6.11.0",
"@types/node": "^18.15.13",
"@typescript-eslint/parser": "^5.59.0",
"@vercel/ncc": "^0.36.1",
Expand Down

0 comments on commit f055ae7

Please sign in to comment.