Skip to content

Commit d7fc1c4

Browse files
[internal] Sort license field to be under description
Cherry-pick mui/mui-public@22bc6b0
1 parent dcbaad3 commit d7fc1c4

18 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages-internal/core-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "MUI Docs - Documentation building blocks.",
6+
"license": "MIT",
67
"keywords": [
78
"react",
89
"react-component",
@@ -16,7 +17,6 @@
1617
"url": "git+https://github.com/mui/material-ui.git",
1718
"directory": "packages-internal/core-docs"
1819
},
19-
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/mui/material-ui/issues"
2222
},

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.5",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
6+
"license": "MIT",
67
"exports": {
78
"./typescript-to-proptypes": {
89
"types": "./build/typescript-to-proptypes/index.d.ts",
@@ -18,7 +19,6 @@
1819
"url": "git+https://github.com/mui/material-ui.git",
1920
"directory": "packages-internal/scripts"
2021
},
21-
"license": "MIT",
2222
"scripts": {
2323
"prebuild": "rimraf ./build",
2424
"build": "tsc -b tsconfig.json",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0-beta.0",
44
"author": "MUI Team",
55
"description": "Codemod scripts for Material UI.",
6+
"license": "MIT",
67
"bin": "./src/codemod.js",
78
"keywords": [
89
"react",
@@ -21,7 +22,6 @@
2122
"url": "git+https://github.com/mui/material-ui.git",
2223
"directory": "packages/mui-codemod"
2324
},
24-
"license": "MIT",
2525
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-codemod",
2626
"funding": {
2727
"type": "opencollective",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Internal package to track number of downloads of our design system libraries.",
6+
"license": "MIT",
67
"files": [],
78
"repository": {
89
"type": "git",
910
"url": "git+https://github.com/mui/material-ui.git",
1011
"directory": "packages/core-downloads-tracker"
1112
},
12-
"license": "MIT",
1313
"bugs": {
1414
"url": "https://github.com/mui/material-ui/issues"
1515
},

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "2.0.47",
44
"author": "MUI Team",
55
"description": "Logs info about the environment relevant to @mui/*.",
6+
"license": "MIT",
67
"bin": "./src/envinfo.js",
78
"repository": {
89
"type": "git",
910
"url": "git+https://github.com/mui/material-ui.git",
1011
"directory": "packages/mui-envinfo"
1112
},
12-
"license": "MIT",
1313
"bugs": {
1414
"url": "https://github.com/mui/material-ui/issues"
1515
},

packages/mui-icons-material/lib/package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "Material Design icons distributed as SVG React components.",
6+
"license": "MIT",
67
"main": "./src/index.js",
78
"keywords": [
89
"react",
@@ -17,7 +18,6 @@
1718
"url": "git+https://github.com/mui/material-ui.git",
1819
"directory": "packages/mui-icons-material"
1920
},
20-
"license": "MIT",
2121
"bugs": {
2222
"url": "https://github.com/mui/material-ui/issues"
2323
},

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "9.0.0-beta.1",
55
"author": "MUI Team",
66
"description": "Laboratory for new Material UI modules.",
7+
"license": "MIT",
78
"keywords": [
89
"react",
910
"react-component",
@@ -17,7 +18,6 @@
1718
"url": "git+https://github.com/mui/material-ui.git",
1819
"directory": "packages/mui-lab"
1920
},
20-
"license": "MIT",
2121
"bugs": {
2222
"url": "https://github.com/mui/material-ui/issues"
2323
},

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0-beta.0",
44
"author": "MUI Team",
55
"description": "Collection of utilities for integration between Material UI and Next.js.",
6+
"license": "MIT",
67
"keywords": [
78
"react",
89
"next",
@@ -13,7 +14,6 @@
1314
"url": "git+https://github.com/mui/material-ui.git",
1415
"directory": "packages/mui-material-nextjs"
1516
},
16-
"license": "MIT",
1717
"bugs": {
1818
"url": "https://github.com/mui/material-ui/issues"
1919
},

packages/mui-material-pigment-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.0.0-beta.1",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
6+
"license": "MIT",
67
"keywords": [
78
"react",
89
"mui",
@@ -15,7 +16,6 @@
1516
"url": "git+https://github.com/mui/material-ui.git",
1617
"directory": "packages/mui-material-pigment-css"
1718
},
18-
"license": "MIT",
1919
"bugs": {
2020
"url": "https://github.com/mui/material-ui/issues"
2121
},

0 commit comments

Comments
 (0)