Skip to content

Commit

Permalink
chore: add npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkx committed Dec 10, 2024
1 parent 0ac092f commit ca04c75
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-antd/src/pages/popup/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function App() {
const id = String(i + 1);
return {
key: id,
label: <div data-testid={`tab-${id}`}>{`Tab ${id}`}</div>,
label: <span data-testid={`tab-${id}`}>{`Tab ${id}`}</span>,
children: <div data-testid={`content-${id}`}>{`Tab ${id}`}</div>,
icon: <Icon />,
};
Expand Down
6 changes: 6 additions & 0 deletions packages/create-webx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"files": [
"dist"
],
"keywords": [
"chrome",
"extension",
"webext",
"template"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/create-webx"
Expand Down
7 changes: 7 additions & 0 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"files": [
"dist"
],
"keywords": [
"trpc",
"chrome",
"extension",
"webext",
"messaging"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/messaging"
Expand Down
6 changes: 6 additions & 0 deletions packages/modernjs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"files": [
"dist"
],
"keywords": [
"chrome",
"extension",
"webext",
"webpack"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/modernjs-plugin"
Expand Down
6 changes: 6 additions & 0 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"files": [
"dist"
],
"keywords": [
"chrome",
"extension",
"webext",
"rsbuild"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/rsbuild-plugin"
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"files": [
"dist"
],
"keywords": [
"web",
"extension",
"webext",
"storage"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/storage"
Expand Down
7 changes: 7 additions & 0 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
"files": [
"dist"
],
"keywords": [
"web",
"extension",
"webext",
"test",
"e2e"
],
"repository": {
"url": "https://github.com/tmkx/webx-kit.git",
"directory": "packages/test-utils"
Expand Down

0 comments on commit ca04c75

Please sign in to comment.