tannerntannern / ts-mixer

A small TypeScript library that provides tolerable Mixin functionality.
MIT License
379 stars 27 forks source link

Updated is-class to latest version #9

Closed naranjamecanica closed 5 years ago

naranjamecanica commented 5 years ago

I've had a issue with babel transpiled code, i've fixed it in the is-class dependency and the author published a new version.

See: https://github.com/miguelmota/is-class/pull/8

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 65


Totals Coverage Status
Change from base Build 60: 1.9%
Covered Lines: 30
Relevant Lines: 30

💛 - Coveralls
naranjamecanica commented 5 years ago

Sure, i'm using NPM but i will install it and update the pull request.

tannerntannern commented 5 years ago

Unfortunately, you have to use yarn, otherwise it will create a package-lock.json rather than update the yarn.lock... 😬

naranjamecanica commented 5 years ago

No sweat, i've run yarn install and committed the updated lock file.

tannerntannern commented 5 years ago

Perfect! I'll cut a release momentarily.

tannerntannern commented 5 years ago

New version is live. Thanks again for the contribution!