From 4502f18d9fe396d7203e12e63af591b7867714fb Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Thu, 23 Feb 2023 07:42:25 -0800 Subject: [PATCH] Update repository urls --- expressions/package.json | 2 +- languageserver/package.json | 2 +- languageservice/package.json | 2 +- workflow-parser/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/expressions/package.json b/expressions/package.json index 469d296..fbc46fa 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservices/actions-expressions" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/languageserver/package.json b/languageserver/package.json index d80f167..e47f92b 100644 --- a/languageserver/package.json +++ b/languageserver/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageserver/" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/languageservice/package.json b/languageservice/package.json index be8c21b..374ec09 100644 --- a/languageservice/package.json +++ b/languageservice/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservice/" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/workflow-parser/package.json b/workflow-parser/package.json index a379f35..24fe3cf 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservices/actions-workflow-parser" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json",