Skip to content

Commit

Permalink
chore(package.json): remove "email" from the "author" field
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 22, 2023
1 parent 70033c1 commit 61fbf81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "yarn install && git stage yarn.lock",
"test": "lerna exec -- yarn test"
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"<rootDir>/**/__tests__/**/*.js"
]
},
"author": "Cheton Wu <[email protected]>",
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 61fbf81

Please sign in to comment.