Skip to content

Commit 7bed87c

Browse files
Fix repository URL and homepage in package.json
1 parent bba052a commit 7bed87c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/janjakubnanista/downsample.git"
17+
"url": "https://github.com/janjakubnanista/downsample.git"
1818
},
1919
"keywords": [
2020
"downsample",
@@ -30,7 +30,7 @@
3030
"bugs": {
3131
"url": "https://github.com/janjakubnanista/downsample/issues"
3232
},
33-
"homepage": "https://github.com/janjakubnanista/downsample#readme",
33+
"homepage": "https://github.com/janjakubnanista/downsample",
3434
"devDependencies": {
3535
"@types/expect.js": "^0.3.29",
3636
"@types/mocha": "^5.2.4",

0 commit comments

Comments
 (0)