IcarusWorks / ember-key-manager

A service for (un)binding keyboard up and down events.
MIT License
42 stars 11 forks source link

`ember-copy` should be listed in `dependencies`, not `devDependencies` #52

Closed alexlafroscia closed 5 years ago

alexlafroscia commented 5 years ago

Because it is listed in devDependencies, the import in addon/utils/macro fails

https://github.com/IcarusWorks/ember-key-manager/blob/5a99286d6590158884b832b80afaa6a234e3f6c7/addon/utils/macro.js

The dependency is not installed into the consumer's app so the import is unsuccessful