Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f3827b2

Browse files
committed
fix: fixed repo url in package.json
1 parent 425a1a8 commit f3827b2

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
@@ -5,7 +5,7 @@
55
"main": "./index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/niftylettuce/express-paginate.git"
8+
"url": "git://github.com/expressjs/express-paginate.git"
99
},
1010
"author": "Nick Baugh <niftylettuce@gmail.com>",
1111
"contributors": [
@@ -22,10 +22,10 @@
2222
}
2323
],
2424
"bugs": {
25-
"url": "https://github.com/niftylettuce/express-paginate/issues"
25+
"url": "https://github.com/expressjs/express-paginate/issues"
2626
},
2727
"license": "MIT",
28-
"homepage": "https://github.com/niftylettuce/express-paginate",
28+
"homepage": "https://github.com/expressjs/express-paginate",
2929
"dependencies": {
3030
"lodash.assign": "^4.2.0",
3131
"lodash.clone": "^4.5.0",

0 commit comments

Comments
 (0)