Skip to content

Commit 876cb37

Browse files
Fix repo url to make pypi happy (#9)
1 parent 55a176c commit 876cb37

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/fails-components/jupyterfails.git"
22+
"url": "https://github.com/fails-components/jupyterfails.git"
2323
},
2424
"scripts": {
2525
"build": "lerna run build --no-private",

packages/applet-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"style": "style/index.css",
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/fails-components/jupyterfails.git"
30+
"url": "https://github.com/fails-components/jupyterfails.git"
3131
},
3232
"scripts": {
3333
"build": "jlpm build:lib && jlpm build:labextension:dev",

packages/filesystem-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"style": "style/index.css",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/fails-components/jupyterfails.git"
32+
"url": "https://github.com/fails-components/jupyterfails.git"
3333
},
3434
"scripts": {
3535
"build": "jlpm build:lib && jlpm build:labextension:dev",

packages/interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"style": "style/index.css",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/fails-components/jupyterfails.git"
32+
"url": "https://github.com/fails-components/jupyterfails.git"
3333
},
3434
"scripts": {
3535
"build": "jlpm build:lib && jlpm build:labextension:dev",

packages/jupyterreactedit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"style": "style/index.css",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/fails-components/jupyterfails.git"
32+
"url": "https://github.com/fails-components/jupyterfails.git"
3333
},
3434
"scripts": {
3535
"build": "jlpm build:lib",

packages/launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"style": "style/index.css",
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/fails-components/jupyterfails.git"
32+
"url": "https://github.com/fails-components/jupyterfails.git"
3333
},
3434
"scripts": {
3535
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)