update node package template
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
name: Test, build and publish NPM package
|
||||
name: Node.js Package
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user