From 19e89aee9cfca698be34c6cd3b9a42ff1c13ea12 Mon Sep 17 00:00:00 2001 From: Mohammed Ali Chherawalla Date: Tue, 3 Jan 2023 11:29:51 +0530 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2b36a0c..9fcf192 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "react-template", + "name": "react-graphql-ts-template", "version": "14.0.9", - "description": "A template react application", + "description": "A React Typescript GraphQL application", "repository": { "type": "git", - "url": "git://github.com/wednesday-solutions/react-template.git" + "url": "git://github.com/wednesday-solutions/react-graphql-ts-template.git" }, "engines": { "npm": ">=5", "node": ">=8.15.1" }, "author": "Mac", - "homepage": "http://wednesday-solutions.github.io/react-template", + "homepage": "https://github.com/wednesday-solutions/react-graphql-ts-template", "license": "MIT", "scripts": { "analyze:clean": "rimraf stats.json",