ramen-interfaces
v1.0.57
Published
In order to update this package:
Downloads
16
Readme
How to Update:
In order to update this package:
- Make whatever changes you require.
- Git add and commit. (DO NOT PUSH).
- run: "npm version patch" (this will increase the version in package.json by 0.0.1). NOTE: Do not increase the main or minor version. Only the patch version (0.0.x). This will allow all users to update via npm update. It will not work if you change the first or second number (x.0.0, 0.x.0);
- git push.
- The CICD should do the rest, wait for a 5 minutes or so, and run npm update in the folder where you are USING this package. You should notice the latest verison is pulled with your changes.