======== How to Update ChuckCSS on NPM, GIT ======== 1. Make changes in the code (bug fix, enhancement, etc..) 2. Update the version string in package.json and fronts files (x.x.x) 3. Update CHANGELOG.md file with changes 4. git commit -am "MY FABULOUS COMMENT" 5. git tag -a vx.x.x -m "My Fabulous message" 6. git push origin BRANCH && git push --tags 7. npm publish (you must be logged to a npm account with command 'npm login') === Chuck version on NPM === $ npm dist-tag ls ChuckCSS