Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit fd30d76

Browse files
author
Dekel Barzilay
committed
- Updated the error-handler to support Objection v2.x errors
- Updated package.json's engines.node to `>= 8`
1 parent ffddc80 commit fd30d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"url": "https://github.com/feathersjs-ecosystem/feathers-objection/issues"
3232
},
3333
"engines": {
34-
"node": ">= 6"
34+
"node": ">= 8"
3535
},
3636
"main": "lib/",
3737
"types": "types",

0 commit comments

Comments
 (0)