-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[charts] Update package.json
for vendor package
#14465
Conversation
Deploy preview: https://deploy-preview-14465--material-ui-x.netlify.app/ |
CodSpeed Performance ReportMerging #14465 will not alter performanceComparing Summary
|
@@ -12,7 +11,8 @@ | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/mui/mui-x" | |||
"url": "https://github.com/mui/mui-x.git", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that it should be:
"url": "https://github.com/mui/mui-x.git", | |
"url": "git+https://github.com/mui/mui-x.git", |
per https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository.
I have updated all the codebase (Base UI, Material UI, Pigment CSS, Toolpad, MUI X).
Fix #13608 (comment)