Skip to content

Commit

Permalink
fix: fixed repo url in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jul 10, 2020
1 parent 425a1a8 commit f3827b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/niftylettuce/express-paginate.git"
"url": "git://github.com/expressjs/express-paginate.git"
},
"author": "Nick Baugh <[email protected]>",
"contributors": [
Expand All @@ -22,10 +22,10 @@
}
],
"bugs": {
"url": "https://github.com/niftylettuce/express-paginate/issues"
"url": "https://github.com/expressjs/express-paginate/issues"
},
"license": "MIT",
"homepage": "https://github.com/niftylettuce/express-paginate",
"homepage": "https://github.com/expressjs/express-paginate",
"dependencies": {
"lodash.assign": "^4.2.0",
"lodash.clone": "^4.5.0",
Expand Down

0 comments on commit f3827b2

Please sign in to comment.