From 69953a434cc3cccf73f2297d064e3c89c40bf2fc Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 8 Dec 2019 09:58:56 +1100 Subject: [PATCH] GitHub Package Registry is now GitHub Packages --- ci/properties/npm-publish.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json index 989c262..da3da18 100644 --- a/ci/properties/npm-publish.properties.json +++ b/ci/properties/npm-publish.properties.json @@ -1,6 +1,6 @@ { "name": "Node.js Package", - "description": "Publishes a Node.js package to npm and GitHub Package Registry.", + "description": "Publishes a Node.js package to npm and GitHub Packages.", "iconName": "node-package-transparent", "categories": ["JavaScript", "SDLC"] }