Skip to content

Commit 312bc7b

Browse files
committed
Add keywords
1 parent ada4040 commit 312bc7b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/components/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",
77
"author": "Project Jupyter",
8+
"keywords": [
9+
"Jupyter",
10+
"FAST Design",
11+
"Custom elements",
12+
"Web components"
13+
],
814
"bugs": {
915
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues"
1016
},

packages/react-components/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",
77
"author": "Project Jupyter",
8+
"keywords": [
9+
"Jupyter",
10+
"React"
11+
],
812
"bugs": {
913
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues"
1014
},

0 commit comments

Comments
 (0)