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",