Skip to content

Commit db76a76

Browse files
Merge pull request #50 from iambumblehead/normalize-git-url
normalize git url at package.json
2 parents 7454f97 + 05b0890 commit db76a76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* [add support for option 'ignoreEmptyArray',][611] credit @Sanva
66
* [remove ava and update unit-test pipeline to node v20][612]
7+
* [normalize git url at package.json](https://github.com/iambumblehead/form-urlencoded/pull/50)
78

89
[611]: https://github.com/iambumblehead/form-urlencoded/pull/48
910
[612]: https://github.com/iambumblehead/form-urlencoded/pull/49

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/iambumblehead/form-urlencoded.git"
35+
"url": "git+https://github.com/iambumblehead/form-urlencoded.git"
3636
},
3737
"keywords": [
3838
"querystring",

0 commit comments

Comments
 (0)