From bc0f8b8d9a3123af6b7a7ad2515462a270a17d94 Mon Sep 17 00:00:00 2001 From: Daniel Bartholomae Date: Wed, 12 Aug 2020 16:33:56 +0200 Subject: [PATCH] chore(http-header-normalizer): add middleware to rush config --- rush.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rush.json b/rush.json index 69f42cb..1a4b334 100644 --- a/rush.json +++ b/rush.json @@ -47,5 +47,9 @@ "packageName": "@lambda-middleware/utils", "projectFolder": "packages/utils", "shouldPublish": true + }, { + "packageName": "@lambda-middleware/http-header-normalizer", + "projectFolder": "packages/http-header-normalizer", + "shouldPublish": true }] }