We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08a831 commit da38446Copy full SHA for da38446
.gitignore
@@ -13,6 +13,7 @@ pagebreaks/__pycache__/
13
# Version file is handled by hatchling
14
_version.py
15
venv
16
+testenv
17
backend/pagebreak/Demos/** */
18
backend/Demos/babynames/*
19
backend/Demos/fec/*
package.json
@@ -56,7 +56,7 @@
56
"watch:src": "tsc -w --sourceMap",
57
"watch:labextension": "jupyter labextension watch .",
58
"postinstall": "husky",
59
- "publish":"bash ./.husky/pre-commit && jlpm clean:all && python -m build && twine upload dist/*"
+ "publish": "bash ./.husky/pre-commit && jlpm clean:all && python -m build && twine upload dist/*"
60
},
61
"dependencies": {
62
"@jupyterlab/application": "^4.0.0",
0 commit comments