From 2e7612ffdfe7721919cdb39832a78cf0b8828162 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 9 Aug 2023 23:12:59 +1200 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 bd45d8fa5..553d9c6a9 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,7 @@ "fs-copy-file-sync": "^1.1.1", "glob": "^7.2.3", "in-publish": "^2.0.1", + "jackspeak": "=2.1.1", "linklocal": "^2.8.2", "lodash.isarray": "^4.0.0", "markdownlint-cli": "^0.35.0",