Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packages/mathjax2-extension: Remove redundant .git extension from metadata #312

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mathjax2-extension/.copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mimetype: ''
mimetype_name: ''
project_short_description: A MathJax Typesetting provider for JupyterLab 4 and above
python_name: jupyterlab_mathjax2
repository: https://github.com/jupyterlab/jupyter-renderers.git.git
repository: https://github.com/jupyterlab/jupyter-renderers.git
test: true
viewer_name: ''

6 changes: 3 additions & 3 deletions packages/mathjax2-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/jupyterlab/jupyter-renderers.git",
"homepage": "https://github.com/jupyterlab/jupyter-renderers",
"bugs": {
"url": "https://github.com/jupyterlab/jupyter-renderers.git/issues"
"url": "https://github.com/jupyterlab/jupyter-renderers/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -26,7 +26,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/jupyter-renderers.git.git"
"url": "https://github.com/jupyterlab/jupyter-renderers.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down
Loading