Skip to content

Commit

Permalink
[core] Fix package.json repository rule
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 13, 2024
1 parent a487633 commit 2f6d23a
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages-internal/babel-plugin-resolve-imports"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/docs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "./build/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages-internal/docs-utils"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages-internal/scripts"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git"
"url": "git+https://github.com/mui/material-ui.git"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/markdown"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-babel-macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./MuiError.macro.js",
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-babel-macros"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-base"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-codemod"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-core-downloads-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/core-downloads-tracker"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-docs"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bin": "./envinfo.js",
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui",
"url": "git+https://github.com/mui/material-ui",
"directory": "packages/mui-envinfo"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-icons-material"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-joy"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-lab"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-material-nextjs"
},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"directory": "packages/mui-pigment-css"
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-material-pigment-css"
},
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-material"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-private-theming"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-styled-engine-sc"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-styled-engine"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-styles"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-system"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-types"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-utils"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-plugin-cache-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/netlify-plugin-cache-docs"
},
"license": "MIT",
Expand Down

0 comments on commit 2f6d23a

Please sign in to comment.