Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Fixed dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Apr 3, 2018
1 parent 7394dac commit c973bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hapi-auth-udaru-16/server.js
Expand Up @@ -32,7 +32,7 @@ server.register(
options: require('./swagger-server')
},
{
register: require('@nearform/hapi-auth-udaru-16'),
register: require('./index'),
options: {config}
}
],
Expand Down

0 comments on commit c973bed

Please sign in to comment.