From 0f3ca5f9ad92e367aa91f17c27eace3d204cb43e Mon Sep 17 00:00:00 2001 From: TTtie Date: Thu, 22 Aug 2024 14:02:13 +0000 Subject: [PATCH] chore: use only Discord's erlpack guess you cannot do "this repo or this repo" in peer deps. Ref: https://discord.com/channels/1028639891363475527/1028644491776774225/1276174562358198272 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e35cacd..f174a8a2 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ }, "peerDependencies": { "@discordjs/opus": "^0.9.0", - "erlpack": "github:discord/erlpack || github:abalabahaha/erlpack", + "erlpack": "github:discord/erlpack", "eventemitter3": "^5.0.1", "pako": "^2.1.0", "sodium-native": "^4.1.1",