From b2d6f3657a2c212964a8340cb2bc7bd72de8fefe Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 24 May 2021 08:23:45 +0200 Subject: [PATCH] chore: add missing dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6df6207d1..e3c6efb23 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "fast-safe-stringify": "^2.0.7", "handlebars": "4.7.7", "http-errors": "1.8.0", + "in-publish": "2.0.1", "js-yaml": "4.1.0", "jsonwebtoken": "8.5.1", "kleur": "4.1.4",