Skip to content

Commit

Permalink
Update appReexports & remove unused util
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 11, 2024
1 parent ea6c0c1 commit 650bd01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
5 changes: 1 addition & 4 deletions ember-power-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,7 @@
"./components/power-select/search-message.js": "./dist/_app_/components/power-select/search-message.js",
"./components/power-select/trigger.js": "./dist/_app_/components/power-select/trigger.js",
"./helpers/ember-power-select-is-equal.js": "./dist/_app_/helpers/ember-power-select-is-equal.js",
"./helpers/ember-power-select-is-group.js": "./dist/_app_/helpers/ember-power-select-is-group.js",
"./test-support/helpers.js": "./dist/_app_/test-support/helpers.js",
"./utils/computed-fallback-if-undefined.js": "./dist/_app_/utils/computed-fallback-if-undefined.js",
"./utils/group-utils.js": "./dist/_app_/utils/group-utils.js"
"./helpers/ember-power-select-is-group.js": "./dist/_app_/helpers/ember-power-select-is-group.js"
}
}
}
7 changes: 1 addition & 6 deletions ember-power-select/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,7 @@ export default [
// These are the modules that should get reexported into the traditional
// "app" tree. Things in here should also be in publicEntrypoints above, but
// not everything in publicEntrypoints necessarily needs to go here.
addon.appReexports([
'components/**/*.js',
'helpers/**/*.js',
'test-support/*.js',
'utils/*.js',
]),
addon.appReexports(['components/**/*.js', 'helpers/**/*.js']),

// Follow the V2 Addon rules about dependencies. Your code can import from
// `dependencies` and `peerDependencies` as well as standard Ember-provided
Expand Down
12 changes: 0 additions & 12 deletions ember-power-select/src/utils/computed-fallback-if-undefined.ts

This file was deleted.

0 comments on commit 650bd01

Please sign in to comment.