diff --git a/packages/component-library-react/package.json b/packages/component-library-react/package.json index baf56b3368..fd9868fdbb 100644 --- a/packages/component-library-react/package.json +++ b/packages/component-library-react/package.json @@ -24,10 +24,12 @@ "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, - "./css": { - "types": "./dist/css.d.ts", - "import": "./dist/css.mjs" - }, + "./dist/.jest-test-results.json": "./dist/.jest-test-results.json", + "./CONTRIBUTING.md": "./CONTRIBUTING.md", + "./CHANGELOG.md": "./CHANGELOG.md", + "./README.md": "./README.md", + "./README.nl.md": "./README.nl.md", + "./TESTING.md": "./TESTING.md", "./dist": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" diff --git a/packages/components-react/select-combobox-react/package.json b/packages/components-react/select-combobox-react/package.json index e286db9676..51b188b640 100644 --- a/packages/components-react/select-combobox-react/package.json +++ b/packages/components-react/select-combobox-react/package.json @@ -26,7 +26,28 @@ "./css": { "types": "./dist/css.d.ts", "import": "./dist/css.mjs" - } + }, + "./dist": { + "types": "./dist/index.d.ts", + "import": "./dist/index.mjs" + }, + "./dist/index": { + "types": "./dist/index.d.ts", + "import": "./dist/index.mjs" + }, + "./dist/index.mjs": { + "types": "./dist/index.d.ts", + "import": "./dist/index.mjs" + }, + "./dist/css": { + "types": "./dist/css.d.ts", + "import": "./dist/css.mjs" + }, + "./dist/css.mjs": { + "types": "./dist/css.d.ts", + "import": "./dist/css.mjs" + }, + "./README.md": "./README.md" }, "files": [ "dist/",