diff --git a/packages/govuk-frontend/package.json b/packages/govuk-frontend/package.json index a205a38269..38e254306b 100644 --- a/packages/govuk-frontend/package.json +++ b/packages/govuk-frontend/package.json @@ -22,7 +22,9 @@ "import": "./dist/govuk-esm/all.mjs", "require": "./dist/govuk/all.js" }, - "./*": "./*" + "./*": "./*", + "./dist/": "./dist/", + "./package.json": "./package.json" }, "sideEffects": [ "**/vendor/**"