nuxt / test-utils

๐Ÿงช Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
323 stars 84 forks source link

chore: Add 'MIT' license to vitest-environment-nuxt package.json #919

Closed transreport-marley closed 3 months ago

transreport-marley commented 3 months ago

โ“ Type of change

๐Ÿ“š Description

A small change to ensure the "license": "MIT" is included in stubs/vitest-environment-nuxt/package.json - primarily done so that automated license scanning tools can look in the package.json and confirm the correct license to ensure a project doesn't accidentally use a potentially dangerous license (for closed source work).

An example of such a license finder can be found here: LicenseFInder.