gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

Fixed package.json configuration #92

Open pascallaprade opened 6 years ago

pascallaprade commented 6 years ago

This aims to close issue #89.

Turns out that the two deprecation warnings are coming from a library that have not been maintained in the last 3 years, and that is required by a dependency of a dependency of ... of lite-server, so there's no much we can do about these.

Even so, this pull request fixes the other two warnings: one unnecessary @type package and a missing peer dependency.