@quarto/jupyterlab-quarto 0.1.32 → 0.1.40
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@quarto/jupyterlab-quarto",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.40",
|
4
4
|
"description": "Jupyter extension to enable authoring of Quarto documents within Jupyterlab Notebooks.",
|
5
5
|
"keywords": [
|
6
6
|
"jupyter",
|
7
7
|
"jupyterlab",
|
8
|
-
"jupyterlab-extension"
|
9
|
-
"quarto"
|
8
|
+
"jupyterlab-extension"
|
10
9
|
],
|
11
10
|
"homepage": "https://github.com/quarto-dev/quarto",
|
12
11
|
"bugs": {
|