chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 254 forks source link

Mousetrap as dependency (not devDependency) #214

Open Mitiryl opened 8 years ago

Mitiryl commented 8 years ago

Mousetrap is needed to load library so it should be put as dependency and not as devDependency.

aramando commented 7 years ago

@Mitiryl Mousetrap is bundled into the angular-hotkeys library, so users of the package don't need it as a separate dependency. It's only required for those wishing to produce new builds of the angular-hotkeys library, so devDependencies is the correct place for it.