Open Alex-McLean opened 1 year ago
As far as I can tell, moment is only used in the test/ directory, and as a result should probably just be marked as a dev dependency.
moment
test/
This would ultimately allow me to install objection-cursor without also needing to pull moment into my node_modules/ builds.
objection-cursor
node_modules
As far as I can tell,
moment
is only used in thetest/
directory, and as a result should probably just be marked as a dev dependency.This would ultimately allow me to install
objection-cursor
without also needing to pullmoment
into mynode_modules
/ builds.