Skip to content

Commit 2f6d23a

Browse files
[core] Fix package.json repository rule
See https://publint.dev/@mui/[email protected] for why.
1 parent a487633 commit 2f6d23a

File tree

25 files changed

+26
-26
lines changed

25 files changed

+26
-26
lines changed

packages-internal/babel-plugin-resolve-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/mui/material-ui.git",
12+
"url": "git+https://github.com/mui/material-ui.git",
1313
"directory": "packages-internal/babel-plugin-resolve-imports"
1414
},
1515
"license": "MIT",

packages-internal/docs-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "./build/index.d.ts",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/mui/material-ui.git",
13+
"url": "git+https://github.com/mui/material-ui.git",
1414
"directory": "packages-internal/docs-utils"
1515
},
1616
"scripts": {

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/mui/material-ui.git",
15+
"url": "git+https://github.com/mui/material-ui.git",
1616
"directory": "packages-internal/scripts"
1717
},
1818
"license": "MIT",

packages/eslint-plugin-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/mui/material-ui.git"
23+
"url": "git+https://github.com/mui/material-ui.git"
2424
},
2525
"license": "MIT"
2626
}

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/mui/material-ui.git",
15+
"url": "git+https://github.com/mui/material-ui.git",
1616
"directory": "packages/markdown"
1717
},
1818
"scripts": {

packages/mui-babel-macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "./MuiError.macro.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/mui/material-ui.git",
9+
"url": "git+https://github.com/mui/material-ui.git",
1010
"directory": "packages/mui-babel-macros"
1111
},
1212
"license": "MIT",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/mui/material-ui.git",
17+
"url": "git+https://github.com/mui/material-ui.git",
1818
"directory": "packages/mui-base"
1919
},
2020
"license": "MIT",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/mui/material-ui.git",
23+
"url": "git+https://github.com/mui/material-ui.git",
2424
"directory": "packages/mui-codemod"
2525
},
2626
"license": "MIT",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"files": [],
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/mui/material-ui.git",
10+
"url": "git+https://github.com/mui/material-ui.git",
1111
"directory": "packages/core-downloads-tracker"
1212
},
1313
"license": "MIT",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/mui/material-ui.git",
17+
"url": "git+https://github.com/mui/material-ui.git",
1818
"directory": "packages/mui-docs"
1919
},
2020
"license": "MIT",

0 commit comments

Comments
 (0)