From c5244beeee3dbe3bb1b1d0cf4ef499488eefc0c2 Mon Sep 17 00:00:00 2001 From: Mario Shtika Date: Tue, 6 Feb 2024 14:33:42 +0200 Subject: [PATCH 1/3] Use the serialized variable when writing on the properties file --- packages/project/src/util/properties.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/project/src/util/properties.ts b/packages/project/src/util/properties.ts index 7a5520bd..a6bbfd88 100644 --- a/packages/project/src/util/properties.ts +++ b/packages/project/src/util/properties.ts @@ -8,5 +8,5 @@ export async function parseProperties(filename: string) { export async function writeProperties(filename: string, data: any) { const serialized = ini.stringify(data); - return writeFile(filename, data); -} \ No newline at end of file + return writeFile(filename, serialized); +} From f2025392ab97d44fbca7dd466cbe53ce79033b67 Mon Sep 17 00:00:00 2001 From: Mario Shtika Date: Tue, 6 Feb 2024 22:14:32 +0200 Subject: [PATCH 2/3] Update project workspace repository url --- packages/project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/project/package.json b/packages/project/package.json index cdca7651..17eb5590 100644 --- a/packages/project/package.json +++ b/packages/project/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ionic-team/capacitor-configure.git" + "url": "git+https://github.com/marioshtika/trapeze.git" }, "jest": { "preset": "ts-jest", From 97a7283db0459bd55b26648e7c5ea8f38e194353 Mon Sep 17 00:00:00 2001 From: Mario Shtika Date: Tue, 6 Feb 2024 22:21:45 +0200 Subject: [PATCH 3/3] Update project workspace repository url --- packages/project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/project/package.json b/packages/project/package.json index 17eb5590..cdca7651 100644 --- a/packages/project/package.json +++ b/packages/project/package.json @@ -48,7 +48,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/marioshtika/trapeze.git" + "url": "git+https://github.com/ionic-team/capacitor-configure.git" }, "jest": { "preset": "ts-jest",