Skip to content

Commit aadb9d4

Browse files
committed
fix: update repo structure & links + update deps
1 parent 3a3c3b3 commit aadb9d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": {
2121
"type": "git",
22-
"url": "http://github.com/ghiscoding/multiple-select-vanilla"
22+
"url" : "https://github.com/ghiscoding/multiple-select-vanilla.git"
2323
},
2424
"scripts": {
2525
"clean": "rimraf --glob */dist */tsconfig.tsbuildinfo",

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"license": "MIT",
4444
"repository": {
4545
"type": "git",
46-
"url": "http://github.com/ghiscoding/multiple-select-vanilla"
46+
"url" : "https://github.com/ghiscoding/multiple-select-vanilla.git",
47+
"directory": "packages/multiple-select-vanilla"
4748
},
4849
"publishConfig": {
4950
"access": "public"

0 commit comments

Comments
 (0)