update node package template

This commit is contained in:
Mike Coutermarsh
2019-08-07 19:46:00 -07:00
parent 6b73c8409b
commit 546ae77fa8
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Test, build and publish NPM package
name: Node.js Package
on:
pull_request:
+4 -4
View File
@@ -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"]
}