cbroeren / ember-context-menu

An ember addon for custom context-menu
https://cbroeren.github.com/ember-context-menu
MIT License
23 stars 15 forks source link

missing dependencies #4

Closed jrode closed 8 years ago

jrode commented 8 years ago

To get this working I had to:

ember install ember-wormhole
ember install ember-invoke-action

Perhaps these two should be in "dependencies" instead of "devDependencies"?

cbroeren commented 8 years ago

@jrode, I'm sorry, didn't get any github notifications of this issue. Will take a look at this in the next 2 days to fix it

jrode commented 8 years ago

No problem. The context menus are working great for the record, nice work.

cbroeren commented 8 years ago

Fixed this. Will be released in the next version

jrode commented 8 years ago

Excellent, thanks very much!