Skip to content

Commit da134e8

Browse files
committed
Fix git url (2)
1 parent 381dc60 commit da134e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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+https://github.com/fails-components/jupyterfails.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+https://github.com/fails-components/jupyterfails.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
@@ -37,7 +37,7 @@
3737
"clean": "jlpm clean:lib",
3838
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
3939
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
40-
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
40+
"clean:all": "jlpm clean:lib && jlpm clean:lintcache",
4141
"eslint": "jlpm eslint:check --fix",
4242
"eslint:check": "eslint . --cache --ext .ts,.tsx",
4343
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",

0 commit comments

Comments
 (0)