Skip to content

Commit f87a8c9

Browse files
authored
Merge pull request #408 from tgrout/patch-1
Add keywords to allow for package to be visible in JupyterLab extension manager
2 parents 5d24901 + b588ee7 commit f87a8c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"author": "Project Jupyter",
66
"license": "MIT",
77
"main": "src/index.js",
8+
"keywords": [
9+
"jupyter",
10+
"jupyterlab",
11+
"jupyterlab-extension",
12+
"widgets"
13+
],
814
"repository": {
915
"type": "git",
1016
"url": "https://github.com/jupyter-widgets/ipyleaflet.git"

0 commit comments

Comments
 (0)