olavim / objection-cursor

Cursor based pagination plugin for Objection.js
MIT License
30 stars 8 forks source link

`moment` should be in `devDependencies` #43

Open Alex-McLean opened 1 year ago

Alex-McLean commented 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.

This would ultimately allow me to install objection-cursor without also needing to pull moment into my node_modules/ builds.