Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Change peerDependencies into dependencies #363

Merged
merged 1 commit into from
Nov 8, 2021
Merged

fix: Change peerDependencies into dependencies #363

merged 1 commit into from
Nov 8, 2021

Conversation

Timebutt
Copy link
Contributor

@Timebutt Timebutt commented Nov 8, 2021

@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 scttcper changed the title Change peerDependencies into dependencies fix: Change peerDependencies into dependencies Nov 8, 2021
@scttcper scttcper merged commit c3bc665 into scttcper:master Nov 8, 2021
@scttcper
Copy link
Owner

scttcper commented Nov 8, 2021

🎉 This PR is included in version 7.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot use library on Angular v13
2 participants