Skip to content

Commit 381dc60

Browse files
committed
Fix repo url
1 parent 27b4565 commit 381dc60

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
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": ".git"
21+
"url": "git+https://github.com/fails-components/jupyterfails.git"
2222
},
2323
"scripts": {
2424
"build": "jlpm build:lib && jlpm build:labextension:dev",

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"
30+
"url": "git+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
@@ -27,7 +27,7 @@
2727
"style": "style/index.css",
2828
"repository": {
2929
"type": "git",
30-
"url": ".git"
30+
"url": "git+https://github.com/fails-components/jupyterfails.git"
3131
},
3232
"scripts": {
3333
"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
@@ -27,7 +27,7 @@
2727
"style": "style/index.css",
2828
"repository": {
2929
"type": "git",
30-
"url": ".git"
30+
"url": "git+https://github.com/fails-components/jupyterfails.git"
3131
},
3232
"scripts": {
3333
"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
@@ -27,7 +27,7 @@
2727
"style": "style/index.css",
2828
"repository": {
2929
"type": "git",
30-
"url": ".git"
30+
"url": "git+https://github.com/fails-components/jupyterfails.git"
3131
},
3232
"scripts": {
3333
"build": "jlpm build:lib",

packages/launcher/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"
30+
"url": "git+https://github.com/fails-components/jupyterfails.git"
3131
},
3232
"scripts": {
3333
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)