platanus / ng2-rut

Angular 2 library with several components to handle Chilean RUT validation, cleaning and formatting.
MIT License
29 stars 27 forks source link

fix(dependencies): pin a specific version of @types/jasmine #8

Closed llekn closed 6 years ago

llekn commented 6 years ago

Using @types/jasmine": "^2.5.40" as dependency fetches a version that breaks the build.

Pinning it to @types/jasmine": "2.5.40" makes the build to work great again™