Skip to content

Commit b59d0ed

Browse files
authored
fix: package.json links (#40)
1 parent 51e81d8 commit b59d0ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+ssh://git@github.com/indutny/llparse.git"
22+
"url": "git+ssh://git@github.com/nodejs/llparse.git"
2323
},
2424
"keywords": [
2525
"llparse",
@@ -28,9 +28,9 @@
2828
"author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/indutny/llparse/issues"
31+
"url": "https://github.com/nodejs/llparse/issues"
3232
},
33-
"homepage": "https://github.com/indutny/llparse#readme",
33+
"homepage": "https://github.com/nodejs/llparse#readme",
3434
"devDependencies": {
3535
"@types/debug": "0.0.30",
3636
"@types/mocha": "^5.2.7",

0 commit comments

Comments
 (0)