From 546ae77fa882900ab0699ae5e58c586de1824aa2 Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Wed, 7 Aug 2019 19:46:00 -0700 Subject: [PATCH] update node package template --- ci/npm-publish.yml | 2 +- ci/properties/npm-publish.properties.json | 8 ++++---- icons/node-package-transparent.svg | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 icons/node-package-transparent.svg diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 8d27c59..88dcca1 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -1,4 +1,4 @@ -name: Test, build and publish NPM package +name: Node.js Package on: pull_request: diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json index 71c8381..989c262 100644 --- a/ci/properties/npm-publish.properties.json +++ b/ci/properties/npm-publish.properties.json @@ -1,6 +1,6 @@ { - "name": "Test, build and publish NPM package", - "description": "Publishes an NPM package to NPM and GitHub Package Registry", - "iconName": "octicon package", - "categories": ["Automation", "SDLC"] + "name": "Node.js Package", + "description": "Publishes a Node.js package to npm and GitHub Package Registry.", + "iconName": "node-package-transparent", + "categories": ["JavaScript", "SDLC"] } diff --git a/icons/node-package-transparent.svg b/icons/node-package-transparent.svg new file mode 100644 index 0000000..b732185 --- /dev/null +++ b/icons/node-package-transparent.svg @@ -0,0 +1 @@ + \ No newline at end of file