angular-hotkeys icon indicating copy to clipboard operation
angular-hotkeys copied to clipboard

Mousetrap as dependency (not devDependency)

Open Mitiryl opened this issue 10 years ago • 1 comments

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

Mitiryl avatar Mar 18 '16 14:03 Mitiryl

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

aramando avatar Feb 22 '17 12:02 aramando