From f524a522ecda60db99f57798beac8e7af3349580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Wed, 4 Aug 2021 01:06:11 -0400 Subject: [PATCH] fix: yargs was incompatible with node 10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75422e0..4885d95 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "webpack": "5.48.0", "webpack-cli": "4.7.2", "whatwg-fetch": "3.0.0", - "yargs": "17.0.1" + "yargs": "16.2.0" }, "files": [ "dist",