From 5be03cc0f34b7e57d878bcd1ee391230209ab2c3 Mon Sep 17 00:00:00 2001 From: Raj Varsani Date: Sat, 23 Dec 2023 00:56:15 +0530 Subject: [PATCH] Update package.json with new repository name and description --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 796aa0c..bff491d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "repo-sync", + "name": "repoverse", "version": "0.0.0-development", - "description": "A template for creating npm packages using TypeScript and VSCode", + "description": "Tool for syncronising common code across multiple repositories", "main": "./lib/index.js", "files": [ "lib/**/*" @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/RajVarsani/repo-sync.git" + "url": "git+https://github.com/RajVarsani/repoverse.git" }, "license": "MIT", "author": { @@ -42,9 +42,9 @@ "codecov" ], "bugs": { - "url": "https://github.com/RajVarsani/repo-sync/issues" + "url": "https://github.com/RajVarsani/repoverse/issues" }, - "homepage": "https://github.com/RajVarsani/repo-sync#readme", + "homepage": "https://github.com/RajVarsani/repoverse#readme", "devDependencies": { "@faker-js/faker": "^8.3.1", "@ryansonshine/commitizen": "^4.2.8",