From 10494c793baca74bef13aee1a34b19c814cfcd7f Mon Sep 17 00:00:00 2001 From: Daniel Van Der Ploeg Date: Tue, 29 Aug 2023 14:22:47 +0930 Subject: [PATCH] chore: update package name and homepage --- packages/graphql-mesh-server/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql-mesh-server/package.json b/packages/graphql-mesh-server/package.json index a2368821..1e0ef0b7 100644 --- a/packages/graphql-mesh-server/package.json +++ b/packages/graphql-mesh-server/package.json @@ -1,7 +1,7 @@ { "name": "@aligent/cdk-graphql-mesh-server", "version": "0.0.1", - "description": "A construct to host Prerender in Fargate", + "description": "A construct to host Graphql Mesh in Fargate", "main": "index.js", "scripts": { "build": "tsc", @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/aligent/cdk-constructs/issues" }, - "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/prerender-fargate#readme", + "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/graphql-mesh-server#readme", "dependencies": { "@types/yaml": "^1.9.7", "yaml": "^2.3.1"