1.9.0 • Published 5 years ago

priority-utils v1.9.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

��# Utils for Priority JS Projects

development

npm install
npm run build

publish

To create a new version run npm version with major|minor|patch according to the change you have made:

  • major if they are any breaking changes.
  • minor if new functions or modules were added.
  • patch if only fixes were applied.

docs

To re-generate docs run the following commands

npm i -g typedoc
typedoc
1.9.0

5 years ago