From 5c0a87d24d746bb17db98ef0696d78efc778a89f Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Wed, 31 Jul 2024 02:11:47 -0400 Subject: [PATCH] fix author --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8fd0855..0483028 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,16 @@ "name": "", "version": "1.0.0", "description": "A GitHub Actions template repository for JavaScript based Actions", - "author": "", + "author": "RageAgainstThePixel", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com//.git" + "url": "git+https://github.com/RageAgainstThePixel/.git" }, "bugs": { - "url": "https://github.com///issues" + "url": "https://github.com/RageAgainstThePixel//issues" }, - "homepage": "https://github.com//", + "homepage": "https://github.com/RageAgainstThePixel/", "main": "dist/index.js", "keywords": [], "dependencies": {