From 80322ed5914a5922d9507946490fbabcc96e624b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 26 Jul 2023 11:38:29 -0700 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 fed38fd..85b6539 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "eslint": "=8.8.0", "evalmd": "^0.0.19", "in-publish": "^2.0.1", + "jackspeak": "=2.1.1", "npmignore": "^0.3.0", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0",