scttcper / ngx-color

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
https://ngx-color.vercel.app
MIT License
435 stars 55 forks source link

fix: Change peerDependencies into dependencies #363

Closed Timebutt closed 3 years ago

Timebutt commented 3 years ago

@scttcper this PR fixes the last two remaining issues with the Angular 13 upgrade. The peerDependencies have been changed back into normal dependencies, and the README.md and LICENSE are added back into te package.

I ran into an ng-packagr issue with the relative dest path we currently use in the configuration, which means I couldn't use the assets configuration property to directly copy assets into the package so resorted to using cp . . to get the job done.

fixes #362

scttcper commented 3 years ago

:tada: This PR is included in version 7.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: