Skip to content

Commit 8de1373

Browse files
authored
Merge pull request #257 from ianhi/keywords
add jupyter keywords to package.json
2 parents 406fbb4 + f1261f0 commit 8de1373

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

js/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@jupyter-widgets/base": "^2 || ^3"
43-
}
43+
},
44+
"keywords": [
45+
"jupyter",
46+
"jupyterlab",
47+
"jupyterlab-extension",
48+
"widgets"
49+
]
4450
}

0 commit comments

Comments
 (0)