Skip to content

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

+3-3
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 <[email protected]>",
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)