Skip to content

Commit 8135638

Browse files
[code-infra] Normalize author package in org
1 parent b101d5c commit 8135638

File tree

19 files changed

+7
-25
lines changed

19 files changed

+7
-25
lines changed

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"author": "MUI Team",
54
"license": "MIT",
65
"scripts": {
76
"build": "rimraf ./export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build && pnpm build-sw",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mui/internal-babel-plugin-resolve-imports",
33
"version": "2.0.0",
44
"author": "MUI Team",
5-
"description": "babel plugin that resolves import specifiers to their actual output file.",
5+
"description": "Babel plugin that resolves import specifiers to their actual output file.",
66
"main": "./index.js",
77
"exports": {
88
".": "./index.js"

packages/feedback/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Store and retrieve page ratings and comments",
55
"main": "./index.js",
66
"license": "MIT",
7-
"author": "MUI Team",
87
"files": [
98
"*.js"
109
],

packages/mui-codemod/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "@mui/codemod",
33
"version": "7.0.2",
4-
"bin": "./codemod.js",
5-
"private": false,
64
"author": "MUI Team",
7-
"description": "Codemod scripts for MUI.",
5+
"description": "Codemod scripts for Material UI.",
6+
"bin": "./codemod.js",
87
"keywords": [
98
"react",
109
"react-component",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@mui/core-downloads-tracker",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
6-
"description": "Internal package to track number of downloads of our design system libraries",
5+
"description": "Internal package to track number of downloads of our design system libraries.",
76
"files": [],
87
"repository": {
98
"type": "git",

packages/mui-docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/docs",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "MUI Docs - Documentation building blocks.",
76
"main": "./src/index.js",

packages/mui-envinfo/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@mui/envinfo",
33
"version": "2.0.36",
4-
"private": false,
54
"author": "MUI Team",
6-
"description": "Logs infos about the environment relevant to @mui/*",
5+
"description": "Logs infos about the environment relevant to @mui/*.",
76
"bin": "./envinfo.js",
87
"repository": {
98
"type": "git",

packages/mui-icons-material/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/icons-material",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "Material Design icons distributed as SVG React components.",
76
"main": "./src/index.js",

packages/mui-joy/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@mui/joy",
33
"version": "5.0.0-beta.49",
44
"private": true,
5-
"author": "MUI Team",
65
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",
76
"main": "./src/index.ts",
87
"keywords": [

packages/mui-lab/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@mui/lab",
33
"version": "7.0.0-beta.11",
4-
"private": false,
54
"author": "MUI Team",
6-
"description": "Laboratory for new MUI modules.",
5+
"description": "Laboratory for new Material UI modules.",
76
"main": "./src/index.js",
87
"keywords": [
98
"react",

packages/mui-material-nextjs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "Collection of utilities for integration between Material UI and Next.js.",
76
"keywords": [

packages/mui-material/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/material",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
76
"main": "./src/index.ts",

packages/mui-private-theming/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/private-theming",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
76
"main": "./src/index.js",

packages/mui-styled-engine-sc/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "styled() API wrapper package for styled-components.",
76
"main": "./src/index.js",

packages/mui-styled-engine/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "styled() API wrapper package for emotion.",
76
"main": "./src/index.js",

packages/mui-system/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/system",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",
76
"main": "./src/index.js",

packages/mui-types/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@mui/types",
33
"version": "7.4.1",
4-
"private": false,
54
"author": "MUI Team",
6-
"description": "Utility types for MUI.",
5+
"description": "Utility types for Material UI.",
76
"types": "./index.d.ts",
87
"keywords": [
98
"react",

packages/mui-utils/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@mui/utils",
33
"version": "7.0.2",
4-
"private": false,
54
"author": "MUI Team",
65
"description": "Utility functions for React components.",
76
"main": "./src/index.ts",

packages/netlify-plugin-cache-docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "netlify-plugin-cache-docs",
33
"private": true,
4-
"author": "MUI Team",
54
"description": "Alternative to netlify-plugin-cache-nextjs",
65
"keywords": [],
76
"repository": {

0 commit comments

Comments
 (0)