Skip to content

Commit dc132b1

Browse files
GautamKumarOfficalmroderick
authored andcommitted
chore: use public repository metadata
Change repository and bugs URLs from legacy http format to modern git+https and https formats respectively.
1 parent 19ad037 commit dc132b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"author": "Christian Johansen",
2121
"repository": {
2222
"type": "git",
23-
"url": "http://github.com/sinonjs/sinon.git"
23+
"url": "git+https://github.com/sinonjs/sinon.git"
2424
},
2525
"bugs": {
26-
"url": "http://github.com/sinonjs/sinon/issues"
26+
"url": "https://github.com/sinonjs/sinon/issues"
2727
},
2828
"funding": {
2929
"type": "opencollective",

0 commit comments

Comments
 (0)