saadqbal / HiGoogleFonts

HiGoogleFonts allows you to add a Google font picker to easily display a list of Google fonts. The picker shows an instant preview of the font style without loading the font css.
Apache License 2.0
48 stars 6 forks source link

Bowerfy assets and prep for pubishing #4

Closed chopfitzroy closed 8 years ago

chopfitzroy commented 8 years ago

To publish please:

1) Create a tag if not done already (not sure if pulls track tags) git tag v1.1.0 2) Create npm account if not done already: https://www.npmjs.com/signup 3) Log in to npm from command line with npm login 4) To publish to NPM run npm publish (If this errors at all let me know I didn't want to publish my fork and make it difficult when you tried to publish the official package). 5) To publish to bower run bower register higoooglefonts git@github.com:saadqbal/HiGoogleFonts.git

Let me know if anything bugs out, as far as I can tell it is all set up correctly, has been awhile since I published anything.

EDIT: Feel free to update the authors/contributors in the bower.json and package.json I just wen't with my one for now :).

Cheers, Otis.