pbojinov
3/23/2015 - 11:45 PM

Updating and republishing on bower and npm

Updating and republishing on bower and npm

  1. make some changes
  2. version bump the package.json, bower.json, readme.md and anywhere else you need in your code
  3. push new tags to github
  4. git tag 0.1.0 then git push origin master --tags
  5. bower updates automatically as long as you publish a new valid semvar
  6. to update npm registry run: npm publish

Resources

http://bower.io/docs/creating-packages/ https://quickleft.com/blog/creating-and-publishing-a-node-js-module/