Skip to content

Commit 1055c41

Browse files
authored
Add keywords to package.json (#196)
1 parent 0fe8a3a commit 1055c41

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

packages/components/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"yarn": "^1.5"
99
},
1010
"description": "React UI components for web3",
11+
"keywords": [
12+
"web3",
13+
"ui",
14+
"react",
15+
"hooks",
16+
"web3-ui",
17+
"components"
18+
],
1119
"author": "Developer DAO",
1220
"homepage": "https://github.com/Developer-DAO/web3-ui/",
1321
"bugs": {

packages/core/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
"yarn": "^1.5"
99
},
1010
"description": "React UI components for web3",
11+
"keywords": [
12+
"web3",
13+
"ui",
14+
"react",
15+
"hooks",
16+
"web3-ui",
17+
"components",
18+
"core"
19+
],
1120
"author": "Developer DAO",
1221
"homepage": "https://github.com/Developer-DAO/web3-ui/",
1322
"bugs": {

packages/hooks/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"yarn": "^1.5"
99
},
1010
"description": "React hooks for web3",
11+
"keywords": [
12+
"web3",
13+
"ui",
14+
"react",
15+
"hooks",
16+
"web3-ui",
17+
"components"
18+
],
1119
"author": "Developer DAO",
1220
"homepage": "https://github.com/Developer-DAO/web3-ui/",
1321
"bugs": {

0 commit comments

Comments
 (0)