We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7454f97 + 05b0890 commit db76a76Copy full SHA for db76a76
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* [add support for option 'ignoreEmptyArray',][611] credit @Sanva
6
* [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)
8
9
[611]: https://github.com/iambumblehead/form-urlencoded/pull/48
10
[612]: https://github.com/iambumblehead/form-urlencoded/pull/49
package.json
@@ -32,7 +32,7 @@
32
],
33
"repository": {
34
"type": "git",
35
- "url": "https://github.com/iambumblehead/form-urlencoded.git"
+ "url": "git+https://github.com/iambumblehead/form-urlencoded.git"
36
},
37
"keywords": [
38
"querystring",
0 commit comments