Skip to content

Commit

Permalink
Remove duplicate "jupyterlab" entry in the extension's package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Oct 14, 2020
1 parent ce368c2 commit c693dc3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/labextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.3 (2020-10-14)

- Remove duplicate `jupyterlab` entry in `package.json` (#654)

# 1.2.2 (2020-10-13)

- The description of the `jupyterlab-jupytext` extension was updated (#654)
Expand Down
Binary file removed packages/labextension/jupyterlab-jupytext-1.2.2.tgz
Binary file not shown.
Binary file not shown.
5 changes: 1 addition & 4 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "1.2.2",
"version": "1.2.3",
"description": "Save Jupyter Notebooks as Scripts or Markdown files that work well with version control & external text editors",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,8 +54,5 @@
"devDependencies": {
"rimraf": "^3.0.0",
"typescript": "~3.7.3"
},
"jupyterlab": {
"extension": true
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
),
(
"share/jupyter/lab/extensions",
["packages/labextension/jupyterlab-jupytext-1.2.2.tgz"],
["packages/labextension/jupyterlab-jupytext-1.2.3.tgz"],
),
],
entry_points={"console_scripts": ["jupytext = jupytext.cli:jupytext"]},
Expand Down

0 comments on commit c693dc3

Please sign in to comment.