Skip to content

Commit

Permalink
Publish 0.4.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
github-actions[bot] committed Sep 30, 2021
1 parent 89d73f5 commit 7221bd4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-snippets",
"version": "0.4.0",
"version": "0.4.1",
"description": "Snippets Extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -89,7 +89,9 @@
"outputDir": "jupyterlab_snippets/labextension"
},
"jupyter-releaser": {
"skip": ["check-links"],
"skip": [
"check-links"
],
"hooks": {
"before-build-npm": [
"python -m pip install jupyterlab~=3.1",
Expand All @@ -98,4 +100,4 @@
}
},
"styleModule": "style/index.js"
}
}

0 comments on commit 7221bd4

Please sign in to comment.