Meteor packaging dev only npm modules

I recently updated a package and found my deployment tar’s became around 50MB larger. It turns out the package in question switched to using phantomJS for their tests which contains an ~80MB binary.

Is there any reason why Meteor bundles development dependencies for production builds, and is there anyway to stop this?