[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to 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.
โ Type of change
๐ Description
A small change to ensure the
"license": "MIT"
is included instubs/vitest-environment-nuxt/package.json
- primarily done so that automated license scanning tools can look in thepackage.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.