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"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg height="256" width="255" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="a" height="102.4%" width="102.1%" x="-1%" y="-.6%"><feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation=".5"/><feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0.999901831 0 0 0 0 1 0 0 0 0 0.999879897 0 0 0 0.5 0"/></filter><path id="b" d="m32 80.456v95.616c0 5.76 3.84 10.752 9.6 12.416l83.2 22.144c2.048.64 4.352.64 6.4 0l83.2-22.144c5.76-1.664 9.6-6.656 9.6-12.416v-95.616c0-5.76-3.84-10.752-9.6-12.416l-83.2-22.272a17.92 17.92 0 0 0 -6.4 0l-83.2 22.272c-5.76 1.664-9.6 6.656-9.6 12.416zm89.6 116.352-76.8-20.352v-86.656l76.8 20.608zm-76.8-119.808 32-8.576 83.2 22.144-32 8.576zm166.4 99.456-76.8 20.352v-86.4l25.6-7.04v31.232l25.6-6.784v-31.232l25.6-6.784zm-25.6-92.672-83.2-22.144 25.6-6.784 83.2 22.144z"/></defs><g fill="none"><use fill="#000" filter="url(#a)" xlink:href="#b"/><use fill="#423608" xlink:href="#b"/></g></svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user