Skip to content

Commit 6f08e15

Browse files
committed
Chore: update repo path
1 parent 3785622 commit 6f08e15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 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/rudolfsonjunior/node-git-commit-count.git"
17+
"url": "git+https://github.com/aichbauer/node-git-commit-count.git"
1818
},
1919
"keywords": [
2020
"git",
@@ -24,16 +24,16 @@
2424
"git-commit-count",
2525
"number"
2626
],
27-
"author": "Lukas Aichbauer",
27+
"author": "Lukas Aichbauer <l.aichbauer@gmail.com>",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/rudolfsonjunior/node-git-commit-count/issues"
30+
"url": "https://github.com/aichbauer/node-git-commit-count/issues"
3131
},
3232
"ava": {
3333
"require": "babel-register",
3434
"babel": "inherit"
3535
},
36-
"homepage": "https://github.com/rudolfsonjunior/node-git-commit-count#readme",
36+
"homepage": "https://github.com/aichbauer/node-git-commit-count#readme",
3737
"dependencies": {
3838
"execa": "^0.6.1",
3939
"is-git-repository": "^1.0.1",

0 commit comments

Comments
 (0)