Skip to content

Commit 39bc247

Browse files
committed
Run npm pkg fix
1 parent f5cad14 commit 39bc247

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/configs/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/reduxjs/redux-toolkit.git",
39+
"url": "git+https://github.com/reduxjs/redux-toolkit.git",
4040
"directory": "packages/configs/eslint"
4141
},
4242
"bugs": {

packages/configs/prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/reduxjs/redux-toolkit.git",
39+
"url": "git+https://github.com/reduxjs/redux-toolkit.git",
4040
"directory": "packages/configs/prettier"
4141
},
4242
"bugs": {

packages/configs/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/reduxjs/redux-toolkit.git",
26+
"url": "git+https://github.com/reduxjs/redux-toolkit.git",
2727
"directory": "packages/configs/typescript"
2828
},
2929
"bugs": {

packages/configs/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/reduxjs/redux-toolkit.git",
40+
"url": "git+https://github.com/reduxjs/redux-toolkit.git",
4141
"directory": "packages/configs/vitest"
4242
},
4343
"bugs": {

0 commit comments

Comments
 (0)