Skip to content

Commit

Permalink
Update details in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Oct 7, 2023
1 parent 70eecaa commit 2f199fb
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"version": "0.0.0",
"name": "sizeup-action",
"description": "GitHub Actions wrapper for the sizeup library",
"version": "0.1.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
"homepage": "https://github.com/lerbear/sizeup-action",
"repository": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/lerbear/sizeup-action.git"
},
"bugs": {
"url": "https://github.com/actions/typescript-action/issues"
"url": "https://github.com/lerbear/sizeup-action/issues"
},
"keywords": [
"actions",
"node",
"setup"
"sizeup"
],
"exports": {
".": "./dist/index.js"
Expand Down

0 comments on commit 2f199fb

Please sign in to comment.