I noticed that some of my pushes to heroku fail because there's a mismatch in capitalization in a dependency in my package.json with what I actually require in javascript. For example, in package.json, I may have something named "somepackage", but in my javascript file I have I noticed that some of my pushes to heroku fail