├── .eslintrc ├── .gitignore ├── LICENSE.md ├── README.md ├── index.js ├── package.json ├── tests.js └── yarn.lock /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/.eslintrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/package.json -------------------------------------------------------------------------------- /tests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/tests.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/griffinpp/objection-soft-delete/HEAD/yarn.lock --------------------------------------------------------------------------------