Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
fix: make sure proper repo is mentioned in the package.json (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 14, 2020
1 parent 496d8ec commit 62c50ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/asyncapi/generator-filters.git"
"url": "git+https://github.com/asyncapi/generator-hooks.git"
},
"keywords": [
"asyncapi",
Expand All @@ -22,12 +22,12 @@
"author": "Lukasz Gornicki <lpgornicki@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/asyncapi/generator-filters/issues"
"url": "https://github.com/asyncapi/generator-hooks/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/asyncapi/generator-filters#readme",
"homepage": "https://github.com/asyncapi/generator-hooks#readme",
"dependencies": {
"fs.extra": "^1.3.2"
},
Expand Down

0 comments on commit 62c50ca

Please sign in to comment.