Skip to content

Commit

Permalink
Update Package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Apr 11, 2024
1 parent 06a0eab commit 77f52e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "issue_title_updater",
"version": "0.0.1",
"name": "issue_checker",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "node index.js"
"test": "node index.js",
"package": "npx ncc build index.js -o dist --source-map"
},
"author": "Carlgo11",
"author": "2factorauth",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down

0 comments on commit 77f52e5

Please sign in to comment.