Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

Does not install correctly with yarn #58

Closed cmckni3 closed 7 years ago

cmckni3 commented 7 years ago

For some reason, the node_modules folder is being included when downloading the package. The node_modules folder contains rxjs and @angular. I removed the rxjs dependency in #57 but Angular being in node_modules is the culprit.

cmckni3 commented 7 years ago

Fixed in 3a01d60