Skip to content

Commit

Permalink
Merge pull request #187 from firstandthird/hapi-namespace
Browse files Browse the repository at this point in the history
use hapi namespace
  • Loading branch information
orthagonal authored Oct 1, 2019
2 parents 189f6a1 + 67c09aa commit 360f7ec
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 289 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
const Hapi = require('hapi');
const Hapi = require('@hapi/hapi');
const hapiConfi = require('hapi-confi');

class Rapptor {
Expand Down
Loading

0 comments on commit 360f7ec

Please sign in to comment.