From 68c244c5174cdd877e5dcb8ee90aa3f44b2f25be Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 4 Jul 2023 14:55:36 -0500 Subject: [PATCH] [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 See https://github.com/isaacs/jackspeak/issues/4 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b2f5283..0570398 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "functions-have-names": "^1.2.3", "has-tostringtag": "^1.0.0", "in-publish": "^2.0.1", + "jackspeak": "=2.1.1", "make-arrow-function": "^1.2.0", "mock-property": "^1.0.0", "npmignore": "^0.3.0",