While searching for older versions of lodash being pulled in as transitive dependencies in Ember projects, I noticed you were including a 2.x version of Lodash, which can take up a decent chunk of space:
➜ ember.js git:(master) du -sh ./node_modules/html-differ/node_modules/lodash
964K ./node_modules/html-differ/node_modules/lodash
While searching for older versions of lodash being pulled in as transitive dependencies in Ember projects, I noticed you were including a
2.x
version of Lodash, which can take up a decent chunk of space:All tests are passing in Node 6.