Files
starter-workflows/ci/properties/npm-publish.properties.json
T

7 lines
206 B
JSON
Raw Normal View History

{
2020-02-20 10:01:16 -05:00
"name": "Publish Node.js Package",
"description": "Publishes a Node.js package to npm and GitHub Packages.",
2019-08-07 19:46:00 -07:00
"iconName": "node-package-transparent",
"categories": ["JavaScript", "SDLC"]
}