Skip to content

Commit

Permalink
Use https GitHub URLs, closes #882
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Aug 17, 2018
1 parent e467d7d commit f36a863
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 @@ -2,7 +2,7 @@
"name": "validator",
"description": "String validation and sanitization",
"version": "10.6.0",
"homepage": "http://github.com/chriso/validator.js",
"homepage": "https://github.com/chriso/validator.js",
"files": [
"index.js",
"lib",
Expand All @@ -24,11 +24,11 @@
"author": "Chris O'Hara <[email protected]>",
"main": "index.js",
"bugs": {
"url": "http://github.com/chriso/validator.js/issues"
"url": "https://github.com/chriso/validator.js/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chriso/validator.js.git"
"url": "https://github.com/chriso/validator.js.git"
},
"devDependencies": {
"babel-cli": "^6.24.0",
Expand Down

0 comments on commit f36a863

Please sign in to comment.