1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/insomnia/comparator.patch
2023-01-09 23:05:35 +00:00

14 lines
459 B
Diff

diff --git a/packages/insomnia/package.json b/packages/insomnia/package.json
index 30644af..fdf063b 100644
--- a/packages/insomnia/package.json
+++ b/packages/insomnia/package.json
@@ -214,7 +214,7 @@
"dev": {
"dev-server-port": 3334
},
- "overrides": {
- "protobufjs": "github:Kong/protobuf.js#eca9f0f"
+ "resolutions": {
+ "protobufjs": "https://github.com/Kong/protobuf.js/commit/eca9f0fcfc816460d5fe899c160e1462c2edf49b.tar.gz"
}
}