fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Create angular-fullscreen bower package #31

Closed tomaszkrym closed 10 years ago

tomaszkrym commented 10 years ago

As bower is already used in the project, it would be nice to install "angular-fullscreen" via bower.

http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/

cef62 commented 10 years ago

@tomaszkrym I'm not sure of what are you asking for. It's already possible to install angular-fullscreen via bower. You can see it via web search or install it with bower install angular-fullscreen. I hope to have resolved your problem.

tomaszkrym commented 10 years ago

Ok, I set manually dependency in bower.json as "angular-fullscreen": "1.0.0" instead of "angular-fullscreen": "*", that is generated by bower install --save.

cef62 commented 10 years ago

Sorry for the misunderstanding @tomaszkrym, I've updated the repository. Now the dependency to angular-fullscreen will be saved correctly.

tomaszkrym commented 10 years ago

Now it's fine, version "1.0.0" is resolved correctly.