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.
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 publishedpackage.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.