cutnut-amp-to-html
v5.4.4
Published
How to publish the package to NPM (Cutnut) Registry :
Readme
zazu package
How to publish the package to NPM (Cutnut) Registry :
- Make needed changes
- Make sure the package are working and node_modules are installed
- Login in Cutnut npm account - Contact with Gaetan for credentials
npm login - Increase package.json version - For example if before changes it was 5.5.5, to push the new version in package.json change "version": "5.5.6"
- Commit changes !!!
- After successfully login and version inceased, publish the package
npm publish - Check the package in npm and increase version in web-api :)
