Skip to content

Commit 7221bd4

Browse files
committedSep 30, 2021
Publish 0.4.1
SHA256 hashes: jupyterlab-snippets-0.4.1.tar.gz: 8f054bb257b31f20732702962d251924693973a410fcd887d68ec72418d0711c jupyterlab-snippets-0.4.1.tgz: e032ba61af347315340886047d670d0e16036b7c7f9f845f1cdbf257d40da6b6 jupyterlab_snippets-0.4.1-py3-none-any.whl: 83782841dcce5af5b346d1deb84711595f27b8dd1fd57831221a87baf481084f
1 parent 89d73f5 commit 7221bd4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-snippets",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Snippets Extension for JupyterLab",
55
"keywords": [
66
"jupyter",
@@ -89,7 +89,9 @@
8989
"outputDir": "jupyterlab_snippets/labextension"
9090
},
9191
"jupyter-releaser": {
92-
"skip": ["check-links"],
92+
"skip": [
93+
"check-links"
94+
],
9395
"hooks": {
9496
"before-build-npm": [
9597
"python -m pip install jupyterlab~=3.1",
@@ -98,4 +100,4 @@
98100
}
99101
},
100102
"styleModule": "style/index.js"
101-
}
103+
}

0 commit comments

Comments
 (0)
Please sign in to comment.