hurl@1.4.0: Add hurlfmt.exe (#2781)

This commit is contained in:
柱子 2021-10-19 16:03:39 +08:00 committed by GitHub
parent abf1e0c731
commit c6e777e774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,10 @@
"hash": "78255bb838095a1015679f92189074c1162edd51b5edc1dda7b863ba7304c4b5" "hash": "78255bb838095a1015679f92189074c1162edd51b5edc1dda7b863ba7304c4b5"
} }
}, },
"bin": "hurl.exe", "bin": [
"hurl.exe",
"hurlfmt.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/Orange-OpenSource/hurl" "github": "https://github.com/Orange-OpenSource/hurl"
}, },