Skip to content

Commit 9474bec

Browse files
committed
Fix package url
1 parent 5522860 commit 9474bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad-openvsp",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD-OpenVSP",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad-openvsp/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "JupyterCAD contributors",
@@ -23,7 +23,7 @@
2323
"style": "style/index.css",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/jupytercad/jupytercad-openvsp.git"
26+
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP.git"
2727
},
2828
"scripts": {
2929
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)