From 61fbf813ae7ff0128776fda567643125438cd03d Mon Sep 17 00:00:00 2001 From: cheton Date: Fri, 22 Sep 2023 08:55:27 +0800 Subject: [PATCH] chore(package.json): remove "email" from the "author" field --- package.json | 2 +- packages/react-hooks/package.json | 2 +- packages/react-lab/package.json | 2 +- packages/react/package.json | 2 +- packages/styled-system/package.json | 2 +- packages/theme/package.json | 2 +- packages/utils/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6e7afc4aa3..329bc83cdb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "version": "yarn install && git stage yarn.lock", "test": "lerna exec -- yarn test" }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index e4d9d9d0f4..08e7344ec9 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -74,7 +74,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/react-lab/package.json b/packages/react-lab/package.json index e112120d8e..f80d806939 100644 --- a/packages/react-lab/package.json +++ b/packages/react-lab/package.json @@ -86,7 +86,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/react/package.json b/packages/react/package.json index 319ad10bd1..7b836999e8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -99,7 +99,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index 32ba1babb0..1bc03c0663 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -63,7 +63,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/theme/package.json b/packages/theme/package.json index 57fece89f8..407841778f 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -63,7 +63,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 97d1cb48ea..014070eb92 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -66,7 +66,7 @@ "/**/__tests__/**/*.js" ] }, - "author": "Cheton Wu ", + "author": "Cheton Wu", "homepage": "https://github.com/trendmicro-frontend/tonic-ui", "license": "MIT", "repository": {