Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fenichelar committed Sep 20, 2024
1 parent 92b6002 commit 86ae4ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"files": [
"addon-main.cjs",
"declarations",
"dist"
],
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions addon/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file removed addon/src/index.js
Empty file.

0 comments on commit 86ae4ab

Please sign in to comment.