Closed arshaw closed 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?
@dignifiedquire @arshaw : Already fixed in https://github.com/karma-runner/karma-coffee-preprocessor/pull/38
Hahah, I forgot I merged that one already, better cut a release then
The latest karma (v1.1.1) is throwing a warning with karma-coffee-preprocessor:
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?