@utm-io/gryd
v0.8.5
Published
Gryd development platform module
Downloads
22
Readme
WIP module for the Gryd development tools.
Package deploy instructions
- You have to create an account to npmjs.org
https://docs.npmjs.com/creating-and-publishing-an-org-scoped-package
- Login into your account running on terminal
npm login
- Check the version you are publishing
npm version
- Update the version if needed
npm version 2.0.0
- Publish the package
npm publish --access public