Skip to content

Commit b3c4e8c

Browse files
committed
Fix the repository URL so it actually points to where the code is. This wasn't updated when the repository changed ownership awhile ago.
1 parent 44a14f6 commit b3c4e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",
1010
"repository": {
1111
"type": "git",
12-
"url": "[email protected]:jprichardson/reload.git"
12+
"url": "[email protected]:alallier/reload.git"
1313
},
1414
"keywords": [
1515
"reload",
@@ -20,7 +20,7 @@
2020
],
2121
"author": "JP Richardson <[email protected]>",
2222
"contributors": [
23-
"Alexander J. Lallier <alexanderlallier@aol.com>"
23+
"Alexander J. Lallier <alexanderlallier@gmail.com>"
2424
],
2525
"license": "MIT",
2626
"dependencies": {

0 commit comments

Comments
 (0)