Skip to content

Commit

Permalink
chore:replace submodule with https
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Apr 12, 2024
1 parent 21963f1 commit da99f56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "zigzag"]
path = zigzag
url = [email protected]:adisreyaj/zigzag.git
[submodule "zigzag-ui"]
path = zigzag-ui
url = https://github.com/adisreyaj/zigzag.git
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@flare/ui/profile": ["libs/ui/profile/src/index.ts"],
"@flare/ui/shared": ["libs/ui/shared/src/index.ts"],
"@flare/ui/utils": ["libs/ui/utils/src/index.ts"],
"zigzag": ["zigzag/projects/zigzag/src/public-api.ts"]
"zigzag": ["zigzag-ui/projects/zigzag/src/public-api.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down
1 change: 0 additions & 1 deletion zigzag
Submodule zigzag deleted from eb6d87
1 change: 1 addition & 0 deletions zigzag-ui
Submodule zigzag-ui added at 182cec

0 comments on commit da99f56

Please sign in to comment.