maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

Fix main property in bower.json #95

Closed zckrs closed 9 years ago

zckrs commented 9 years ago

That should fix issue with Wiredep.

kane-c commented 9 years ago

Thanks :+1:

zckrs commented 9 years ago

Np. Will you publish a new version soon ?

kane-c commented 9 years ago

Done :)

maxmx commented 9 years ago

@kane-c can you register an npm user, or share your current one, I'll add you as an owner on the npm package so that you can npm publish new versions.

Also bower is forgiving when republishing releases (ie. deleting 4.0.3 and recreating it) but npm is not, hence why I had to increment the release in 955468a06afb574ff3d75d66819a89cde68a41e5, then run npm publish.

kane-c commented 9 years ago

@maxmx Sorry, I didn't know that. I haven't done a great deal of work with Bower or npm. My username on npm is the same as here - kane-c.

Thanks for the info on releasing; I'll be sure to do that next time.

maxmx commented 9 years ago

@kane-c, I added you as an owner of the NPM repo.

Steps to release: