Skip to content

Commit

Permalink
[charts] Update package.json for vendor package (#14465)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Sep 3, 2024
1 parent 92f566a commit 06527da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-charts-vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "7.15.0",
"description": "Vendored dependencies for MUI X Charts",
"author": "MUI Team",
"main": "./index.js",
"keywords": [
"data visualization",
"React",
Expand All @@ -12,7 +11,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x"
"url": "https://github.com/mui/mui-x.git",
"directory": "packages/x-charts-vendor"
},
"license": "MIT AND ISC",
"exports": {
Expand Down

0 comments on commit 06527da

Please sign in to comment.