We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f1b55 commit eeaea44Copy full SHA for eeaea44
js/package.json
@@ -18,7 +18,7 @@
18
"build:bundles": "webpack && node ./scripts/copy-files.js",
19
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
20
"build:all": "npm run build:labextension",
21
- "prepublish": "npm run autogen && npm run build:bundles"
+ "prepare": "npm run autogen && npm run build:bundles"
22
},
23
"devDependencies": {
24
"eslint": "^4.13.1",
@@ -35,6 +35,14 @@
35
"three": "^0.88.0",
36
"underscore": "^1.8.3"
37
38
+ "keywords": [
39
+ "jupyterlab",
40
+ "extension",
41
+ "notebook",
42
+ "jupyter",
43
+ "widgets",
44
+ "three"
45
+ ],
46
"jupyterlab": {
47
"extension": "src/jupyterlab-plugin"
48
}
0 commit comments