Closed jorroll closed 6 years ago
O thanks for reporting. That was not intentional. I'll provide a fix asap.
No problem. Thanks so much for the library!
Looks like npm still has the non-fixed version
Should be out now. Thanks for pointing it out!
Hey there,
I was just upgrading my app (which uses angular2-promise-buttons) to angular 6 and received a
angular2-promise-buttons@2.1.0" has incorrect peer dependency "@angular/core@6.0.1"
warning. Looking at the package.json, you have dependencies locked in for angular v6.0.1. Am I correct in thinking it should instead be"@angular/core": "^6.0.1"
? (the difference being^
)