Skip to content

Commit

Permalink
Merge pull request #32 from bshgenerator/update-packagejson-with-new-…
Browse files Browse the repository at this point in the history
…gitrepo-homepage

update the git-repo and home page
  • Loading branch information
hamza-bousalih authored Nov 7, 2024
2 parents d2f82fb + ac108ea commit 186f12f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bshg/validation",
"version": "0.6.5",
"version": "0.6.6",
"description": "Validation Library for TypeScript projects",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "Bouslaih Hamza <hamza.bousalih.bsh@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/bsh-generator/ts-validation.git"
"url": "git+https://github.com/bshgenerator/ts-validation.git"
},
"license": "MIT",
"publishConfig": {
Expand All @@ -57,7 +57,7 @@
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/bsh-generator/ts-validation/issues"
"url": "https://github.com/bshgenerator/ts-validation/issues"
},
"homepage": "https://bshg-libs.vercel.app/ts-validation"
"homepage": "https://docs.bshgen.com/ts-validation"
}

0 comments on commit 186f12f

Please sign in to comment.