dillonchanis / vue-error-boundary

A reusable error boundary component for catching JavaScript errors and displaying fallback UIs.
MIT License
91 stars 9 forks source link

Missing license #12

Closed rikpaa closed 1 year ago

rikpaa commented 1 year ago

Can you provide the license?

In npmjs it says that this is licensed under MIT, but the repo does not include any license information.

dillonchanis commented 1 year ago

Hey @rikpaa good call - just added one here! https://github.com/dillonchanis/vue-error-boundary/blob/main/LICENSE

rikpaa commented 1 year ago

Thank you for the fast response!