karma-runner / karma-coffee-preprocessor

A Karma plugin. Compile coffee script on the fly.
MIT License
53 stars 34 forks source link

Use your own version of lodash #39

Closed arshaw closed 8 years ago

arshaw commented 8 years ago

The latest karma (v1.1.1) is throwing a warning with karma-coffee-preprocessor:

DEPRECATED: use your own version of lodash, this will go away in karma@2.0

and I've pinpointed it to this line: https://github.com/karma-runner/karma-coffee-preprocessor/blob/v1.0.0/index.js#L27

Could you change it so that lodash is a proper dependency?

avindra commented 8 years ago

@dignifiedquire @arshaw : Already fixed in https://github.com/karma-runner/karma-coffee-preprocessor/pull/38

dignifiedquire commented 8 years ago

Hahah, I forgot I merged that one already, better cut a release then