From 5d9ed38103b26639d2d9bfcfb5d466613a824c47 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:13:05 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- repos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repos.json b/repos.json index 6b3a957..1bfa710 100644 --- a/repos.json +++ b/repos.json @@ -2931,11 +2931,6 @@ "path": "template-files/.dockerignore", "targetPath": "app/.dockerignore" }, - { - "path": "template-files/package.json/package.manager.package.json", - "targetPath": "app/package.json", - "special": "package.json" - }, { "path": "template-files/Dockerfile/DotNet.Dockerfile", "targetPath": "app/Dockerfile", @@ -2944,6 +2939,11 @@ "projectName": "ReleaseImageGenerator.API" } }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "app/package.json", + "special": "package.json" + }, { "path": "template-files/LICENSE", "targetPath": "LICENSE",