Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: [monorepo-next] Remove unnecessary proprietary license field entry from monorepo template #7122

Open
2 tasks done
liamlows opened this issue Apr 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@liamlows
Copy link

liamlows commented Apr 3, 2025

Describe the bug

I hope I created this issue in the correct manner as its more of a potential configuration bug.

In templates/monorepo-next/packages/typescript-config the package.json license field is set to the following:

{
  "license": "PROPRIETARY",
  ...
}

I believe this may have been done in error as it doesn't make much sense for this to be set as such. This can cause issues when having the package scanned for license conflicts in certain corporate environments and resulting in preventing the use of newer versions of shadcn as an npm package. This seemed to only be introduced in version 2.3.0.

If this is intentionally set, then please feel free to close the issue.

Thanks!

Affected component/components

package.json

How to reproduce

N/A

Codesandbox/StackBlitz link

No response

Logs

N/A

System Info

N/A

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues
@liamlows liamlows added the bug Something isn't working label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant