michaeldoye / mat-progress-buttons

Very simple Angular6+ Material Design progress buttons
https://mat-progress-buttons.firebaseapp.com/
MIT License
110 stars 54 forks source link

npm WARN mat-progress-buttons@8.0.3 requires a peer of tsickle@^0.34.0 but none is installed. You must install peer dependencies yourself. #28

Closed hisham closed 5 years ago

hisham commented 5 years ago

I get this warning when npm installing this package. Shouldn't tsickle be in your devDependencies?

"tsickle": "^0.34.0"

michaeldoye commented 5 years ago

Thanks for reporting, will be fixed in the next release

jpike88 commented 5 years ago

Waiting on this, it's adding bloat to my app payload

michaeldoye commented 5 years ago

fixed in 8.0.4

hisham commented 5 years ago

It doesn't seem like this is fixed yet - tsickle was added to devDependencies but not removed from dependencies.

Also is @angular-devkit/schematics really needed in dependencies? Seems like should be moved to devDependencies.