Skip to content

Commit

Permalink
Update package.json (#40)
Browse files Browse the repository at this point in the history
* Update package.json

* Add changes to lock file and index map

---------

Co-authored-by: John Sciutto <[email protected]>
  • Loading branch information
hatchy-reviewer and johnsciutto authored May 24, 2023
1 parent 245fd48 commit 306508b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"name": "hatchways-action",
"version": "1.0.0",
"description": "GitHub Action for sending test results to the Hatchways Platform",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,7 +21,7 @@
"node",
"setup"
],
"author": "",
"author": "Hatchways",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down

0 comments on commit 306508b

Please sign in to comment.