diff --git a/addon/package.json b/addon/package.json index c4a8d3c..8a15f94 100644 --- a/addon/package.json +++ b/addon/package.json @@ -16,7 +16,6 @@ }, "files": [ "addon-main.cjs", - "declarations", "dist" ], "scripts": { diff --git a/addon/rollup.config.mjs b/addon/rollup.config.mjs index fcc8a82..2b77280 100644 --- a/addon/rollup.config.mjs +++ b/addon/rollup.config.mjs @@ -21,12 +21,7 @@ export default { // is aligned to the config here. // See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon addon.publicEntrypoints([ - '**/*.js', - //'index.js', - 'services/**/*.js', - 'session-stores/**/*.js', 'authenticators/**/*.js', - 'configuration.js', ]), // These are the modules that should get reexported into the traditional diff --git a/addon/src/index.js b/addon/src/index.js deleted file mode 100644 index e69de29..0000000