Skip to content

Commit

Permalink
fix(package): fix pkg url
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 29, 2020
1 parent 4cbb0a6 commit 78b2382
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
Expand Up @@ -16,10 +16,10 @@
"bin": {
"dts-bundle": "./lib/dts-bundle.js"
},
"homepage": "https://github.com/qiwi/dts-bundle",
"homepage": "https://github.com/qiwi-forks/dts-bundle",
"repository": {
"type": "git",
"url": "https://github.com/qiwi/dts-bundle.git"
"url": "https://github.com/qiwi-forks/dts-bundle.git"
},
"author": {
"name": "Bart van der Schoor",
Expand All @@ -28,11 +28,11 @@
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/qiwi/dts-bundle/master/LICENSE-MIT.txt"
"url": "https://raw.github.com/qiwi-forks/dts-bundle/master/LICENSE-MIT.txt"
}
],
"bugs": {
"url": "https://github.com/qiwi/dts-bundle/issues"
"url": "https://github.com/qiwi-forks/dts-bundle/issues"
},
"engines": {
"node": ">= 12"
Expand Down

0 comments on commit 78b2382

Please # to comment.