зеркало из https://github.com/microsoft/gather.git
Installation: Added text files to files list to fix Jupyter labextension
link
This commit is contained in:
Родитель
57f9e88b56
Коммит
4962eba40b
|
@ -14,13 +14,13 @@
|
|||
"build_nb_extension": "npm run build && npx webpack",
|
||||
"watch_nb_extension": "npx webpack -w",
|
||||
"install_nb_extension": "jupyter nbextension install dist && jupyter nbextension enable dist/gather",
|
||||
"prepack": "npm run clean && npm run build && npm run build_parser ",
|
||||
"prepack": "npm run clean && npm run build && npm run build_parser",
|
||||
"clean": "rimraf lib",
|
||||
"watch": "tsc -w",
|
||||
"test": "mocha -r ts-node/register src/test/*.test.ts"
|
||||
},
|
||||
"files": [
|
||||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
||||
"lib/**/*.{d.ts,txt,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
||||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
|
||||
],
|
||||
"jupyterlab": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче