Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

fix: Change peerDependencies into dependencies#363

Merged
scttcper merged 1 commit intoscttcper:masterfrom
Timebutt:fix-peer-dependencies-and-readme
Nov 8, 2021
Merged

fix: Change peerDependencies into dependencies#363
scttcper merged 1 commit intoscttcper:masterfrom
Timebutt:fix-peer-dependencies-and-readme

Conversation

@Timebutt
Copy link
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot use library on Angular v13

2 participants