From c02c1a791ea708b2e4ddba9d6535f23581627193 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 9 Apr 2026 14:21:19 -0700 Subject: [PATCH] Remove "repository" from package.json I considered fixing it instead but it also seem pretty redundant. Anyone using this package is going to already know where it comes from and we are not publishing it on npm (since its private it cannot live in npm) --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 6fc5751..e0d6374 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,6 @@ "build": "tsc && ncc build lib/main.js --license licenses.txt", "test": "ava" }, - "repository": { - "type": "git", - "url": "git+https://github.com/actions/node12-template.git" - }, "keywords": [ "actions", "node",