Skip to content

Commit 8b1875f

Browse files
committed
attempting fix for publish errors
1 parent bc48edd commit 8b1875f

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

packages/adaptive-ui-designer-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/adaptive-web-community/adaptive-web-components.git"
23+
"url": "https://github.com/Adaptive-Web-Community/Adaptive-Web-Components",
24+
"directory": "packages/adaptive-ui-designer-core"
2425
},
2526
"author": {
2627
"name": "Adaptive Web Community",

packages/adaptive-ui-designer-figma/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/adaptive-web-community/adaptive-web-components.git"
26+
"url": "https://github.com/Adaptive-Web-Community/Adaptive-Web-Components",
27+
"directory": "packages/adaptive-ui-designer-figma"
2728
},
2829
"author": {
2930
"name": "Adaptive Web Community",

packages/adaptive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/adaptive-web-community/adaptive-web-components#readme",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/adaptive-web-community/adaptive-web-components.git",
18+
"url": "https://github.com/Adaptive-Web-Community/Adaptive-Web-Components",
1919
"directory": "packages/adaptive-ui"
2020
},
2121
"main": "dist/esm/core/index.js",

packages/adaptive-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/adaptive-web-community/adaptive-web-components#readme",
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/adaptive-web-community/adaptive-web-components.git",
18+
"url": "https://github.com/Adaptive-Web-Community/Adaptive-Web-Components",
1919
"directory": "packages/adaptive-web-components"
2020
},
2121
"main": "dist/adaptive-web-components.cjs",

0 commit comments

Comments
 (0)