salsify / ember-cli-dependency-lint

Lint your app's addon dependencies, making sure you only have one version of each.
MIT License
83 stars 8 forks source link

Add ember-cli-htmlbars-inline-precompile to the list of Build-time Addons #12

Closed andreyfel closed 5 years ago

andreyfel commented 5 years ago

ember-cli-htmlbars-inline-precompile should be added to the list of exceptions by default.

dfreeman commented 5 years ago

@andreyfel What addons ship with a runtime dependency on ember-cli-htmlbars-inline-precompile? I'd expect that to be pretty unusual...

andreyfel commented 5 years ago

ember-test-helpers depend on it

dfreeman commented 5 years ago

Interesting, we've never run into a conflict on that before. I'd be happy to merge a PR that adds it to the default exceptions.

dfreeman commented 5 years ago

Fixed by #13