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 89d73f5 commit 7221bd4Copy full SHA for 7221bd4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-snippets",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Snippets Extension for JupyterLab",
5
"keywords": [
6
"jupyter",
@@ -89,7 +89,9 @@
89
"outputDir": "jupyterlab_snippets/labextension"
90
},
91
"jupyter-releaser": {
92
- "skip": ["check-links"],
+ "skip": [
93
+ "check-links"
94
+ ],
95
"hooks": {
96
"before-build-npm": [
97
"python -m pip install jupyterlab~=3.1",
@@ -98,4 +100,4 @@
98
100
}
99
101
102
"styleModule": "style/index.js"
-}
103
+}
0 commit comments