diff --git a/package.json b/package.json index 5585037..b665267 100644 --- a/package.json +++ b/package.json @@ -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"