Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Sync package description with the docs #32211

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0-alpha.75",
"private": false,
"author": "MUI Team",
"description": "Unstyled React components with which to implement custom design systems.",
"description": "Unstyled React components and low-level hooks.",
"main": "./src/index.js",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.0-alpha.30",
"private": false,
"author": "MUI Team",
"description": "Material Design components built using @mui/base.",
"description": "v6-alpha: React components that implement Google's Material Design",
"main": "./src/index.ts",
"keywords": [
"react",
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 @@ -3,7 +3,7 @@
"version": "5.6.0",
"private": false,
"author": "MUI Team",
"description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
"description": "React components that implement Google's Material Design.",
"main": "./src/index.ts",
"keywords": [
"react",
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 @@ -3,7 +3,7 @@
"version": "5.6.0",
"private": false,
"author": "MUI Team",
"description": "MUI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
"main": "./src/index.js",
"keywords": [
"react",
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 @@ -3,7 +3,7 @@
"version": "5.6.0",
"private": false,
"author": "MUI Team",
"description": "MUI Styles - The styling solution of MUI.",
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
"main": "./src/index.js",
"keywords": [
"react",
Expand Down
3 changes: 0 additions & 3 deletions packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "5.0.0",
"private": true,
"description": "Generate proptypes from TypeScript declarations",
"engines": {
"node": ">=10.3.0"
},
Comment on lines -6 to -8
Copy link
Member Author

@oliviertassinari oliviertassinari Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Private package, nobody cares about this one: less is more.

"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
Expand Down