Skip to content

Commit

Permalink
Update package.json with new repository name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
RajVarsani committed Dec 22, 2023
1 parent 37093c2 commit 5be03cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/**/*"
Expand All @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 5be03cc

Please sign in to comment.