Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 544 Bytes

node-msdf-generator

npm version License: MIT

Install

Install with npm:

npm install --save-dev msdf-generator

Publish

  • Update the source.
  • Increment the version in package.json.(not to commit)
  • And then:
  npm run release -- --release-as [version]
  git push --follow-tags origin main
  npm publish