webtools-javascript-utils
v1.0.16
Published
Shared utilities written in Javascript
Readme
Shared utilities written in Javascript
To publish a new version of this folder to npm
- Ensure all the changes you want to be published are commited and pushed to the remote repo
- Go to
package.json - Bump/Increase the
version - Commit and push the versioning change
- Run
npm build - Run
npm publish
