mansona / ember-get-config

Get `config/environment` from anywhere, even addons!!!
MIT License
65 stars 20 forks source link

Resolve missing addon warning #49

Closed bertdeblock closed 2 years ago

bertdeblock commented 2 years ago

PR https://github.com/mansona/ember-get-config/pull/45 introduced an in-repo addon for testing purposes, but because the in-repo addon isn't published, Ember CLI displays a warning because the lib/baz path is still included in the published package.json file.

This PR switches to using ember-cli-app-version instead of the custom in-repo addon. Different addon, but we still test the same functionality.

Resolves https://github.com/mansona/ember-get-config/pull/45#issuecomment-1169549041.