Skip to content

Commit b1a2a13

Browse files
authored
Add compatibility for documented hydration hook imports (feathersjs-ecosystem#140)
1 parent 9e0959d commit b1a2a13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hooks/dehydrate.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('../lib/hooks/dehydrate');

hooks/hydrate.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('../lib/hooks/hydrate');

0 commit comments

Comments
 (0)