awulder / angular-prismicio

AngularJS service for prismic.io
MIT License
32 stars 15 forks source link

Any plan to put this on Bower/NPM? #24

Closed mmmeff closed 9 years ago

mmmeff commented 9 years ago

Love the lib, especially the prismicHtml directive!!!

Would love to remove your lib from my repo, though. Did you have any plans to push this up to Bower (or other similar services)?

joshualinog commented 9 years ago

if you want to include this via bower you can add the following to your bowser.json file dependencies object: "dependencies": { ... , "angular-prismicio": "https://github.com/awulder/angular-prismicio.git" }

mmmeff commented 9 years ago

True, but is there a reason you haven't submitted it to the global package list?

awulder commented 9 years ago

It is registered as a Bower package, http://bower.io/search/?q=angular-prismicio. bower install angular-prismicio should work

mmmeff commented 9 years ago

Ah, figured it wasn't because it's not in the readme. :+1:

joshualinog commented 9 years ago

it does work :) just reinstalled via bower to test on existing project.