Skip to content

Commit

Permalink
Merge pull request #50 from iambumblehead/normalize-git-url
Browse files Browse the repository at this point in the history
normalize git url at package.json
  • Loading branch information
iambumblehead authored Sep 11, 2023
2 parents 7454f97 + 05b0890 commit db76a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

[611]: https://github.com/iambumblehead/form-urlencoded/pull/48
[612]: https://github.com/iambumblehead/form-urlencoded/pull/49
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/iambumblehead/form-urlencoded.git"
"url": "git+https://github.com/iambumblehead/form-urlencoded.git"
},
"keywords": [
"querystring",
Expand Down

0 comments on commit db76a76

Please sign in to comment.