Skip to content

Commit

Permalink
fixed typo in package.json, ran npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermares committed May 22, 2024
1 parent 0b1d4fc commit 30ec48e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 49 deletions.
133 changes: 86 additions & 47 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,8 +1,8 @@
{
"name": "pull-assign-action",
"version": "1.0.0",
"description": "a Github action to aassign a PR to the author",
"main": "dist/action.js",
"description": "a Github action to assign a PR to the author",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/action.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 30ec48e

Please sign in to comment.