ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Update tinycolor2 dependency in README #58

Closed jdw6359 closed 8 years ago

jdw6359 commented 8 years ago

This package has a dependency on tinycolor2

README updated to reflect dep. name and path to .js

ruhley commented 8 years ago

Unfortunately the bower package is tinycolor and the node package is tinycolor2. I have updated the documentation to show both ways of including the files.

Thanks for pointing out the issue. :+1:

jdw6359 commented 8 years ago

Ah I see, that threw me for a loop. Thanks for the update