From 452f29c0ffc0e33db1437c669c47723bc0c52c99 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 1 Feb 2022 10:26:27 -0500 Subject: [PATCH] chore: add punycode dependency --- install/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 6cd2133b7b..3dceeedded 100644 --- a/install/package.json +++ b/install/package.json @@ -108,6 +108,7 @@ "postcss": "8.4.6", "postcss-clean": "1.2.0", "prompt": "1.2.1", + "punycode": "^2.1.1", "ioredis": "4.28.3", "request": "2.88.2", "request-promise-native": "1.0.9", @@ -183,4 +184,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}