UNPKG

version-for-publishing

Version:

A github action to retrieve package version for CDN deploys, etc.

16 lines 243 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "label": "npm: build", "detail": "ncc build index.js -o dist" } ] }