Suggest npm publish workflow for TypeScript projects

This commit is contained in:
Edward Thomson
2019-10-23 14:46:02 +01:00
committed by GitHub
parent d4827491da
commit 03566f31ab
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Node.js Package",
"description": "Publishes a Node.js package to npm and GitHub Package Registry.",
"iconName": "node-package-transparent",
"categories": ["JavaScript", "SDLC"]
"categories": ["JavaScript", "TypeScript", "SDLC"]
}