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 }] }