Skip to content

Commit 2a2a49f

Browse files
authored
Merge pull request #1114 from mathuo/chore/update-package-readmes
npm pkg fix
2 parents cd1d86c + 357669f commit 2a2a49f

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@
8888
},
8989
"engines": {
9090
"node": ">=18.0"
91-
}
91+
},
92+
"version": ""
9293
}

packages/dockview-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/mathuo/dockview.git"
40+
"url": "git+https://github.com/mathuo/dockview.git"
4141
},
4242
"license": "MIT",
4343
"author": "https://github.com/mathuo",

packages/dockview-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/mathuo/dockview.git"
39+
"url": "git+https://github.com/mathuo/dockview.git"
4040
},
4141
"license": "MIT",
4242
"author": "https://github.com/mathuo",

packages/dockview-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/mathuo/dockview.git"
40+
"url": "git+https://github.com/mathuo/dockview.git"
4141
},
4242
"license": "MIT",
4343
"author": "https://github.com/mathuo",

packages/dockview-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/mathuo/dockview.git"
45+
"url": "git+https://github.com/mathuo/dockview.git"
4646
},
4747
"license": "MIT",
4848
"author": "https://github.com/mathuo",

packages/dockview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/mathuo/dockview.git"
40+
"url": "git+https://github.com/mathuo/dockview.git"
4141
},
4242
"license": "MIT",
4343
"author": "https://github.com/mathuo",

0 commit comments

Comments
 (0)