Skip to content

Commit eeaea44

Browse files
committed
Adjust package.json
1 parent 26f1b55 commit eeaea44

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

js/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:bundles": "webpack && node ./scripts/copy-files.js",
1919
"build:labextension": "rimraf lab-dist && mkdirp lab-dist && cd lab-dist && npm pack ..",
2020
"build:all": "npm run build:labextension",
21-
"prepublish": "npm run autogen && npm run build:bundles"
21+
"prepare": "npm run autogen && npm run build:bundles"
2222
},
2323
"devDependencies": {
2424
"eslint": "^4.13.1",
@@ -35,6 +35,14 @@
3535
"three": "^0.88.0",
3636
"underscore": "^1.8.3"
3737
},
38+
"keywords": [
39+
"jupyterlab",
40+
"extension",
41+
"notebook",
42+
"jupyter",
43+
"widgets",
44+
"three"
45+
],
3846
"jupyterlab": {
3947
"extension": "src/jupyterlab-plugin"
4048
}

0 commit comments

Comments
 (0)