Skip to content

Commit

Permalink
fix repository directory
Browse files Browse the repository at this point in the history
  • Loading branch information
staff0rd committed Mar 29, 2023
1 parent 04c4d5a commit 7597f0d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/forty-camels-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@makerx/forms-ionic': patch
'@makerx/forms-core': patch
'@makerx/forms-mui': patch
---

Fix repository directory
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "https://github.com/MakerXStudio/forms.git",
"directory": "packages/forms-core"
"directory": "packages/core"
},
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ionic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "https://github.com/MakerXStudio/forms.git",
"directory": "packages/forms-ionic"
"directory": "packages/ionic"
},
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "https://github.com/MakerXStudio/forms.git",
"directory": "packages/forms-mui"
"directory": "packages/mui"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7597f0d

Please sign in to comment.