@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.
@scttcper this PR fixes the last two remaining issues with the Angular 13 upgrade. The
peerDependencies
have been changed back into normaldependencies
, and theREADME.md
andLICENSE
are added back into te package.I ran into an
ng-packagr
issue with the relativedest
path we currently use in the configuration, which means I couldn't use theassets
configuration property to directly copy assets into the package so resorted to usingcp . .
to get the job done.fixes #362