summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/hawk/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/hawk/lib/index.js')
-rwxr-xr-xdeps/npm/node_modules/request/node_modules/hawk/lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/request/node_modules/hawk/lib/index.js b/deps/npm/node_modules/request/node_modules/hawk/lib/index.js
index 1d713cb61a..a883882c8c 100755
--- a/deps/npm/node_modules/request/node_modules/hawk/lib/index.js
+++ b/deps/npm/node_modules/request/node_modules/hawk/lib/index.js
@@ -2,6 +2,7 @@
exports.error = exports.Error = require('boom');
exports.sntp = require('sntp');
+
exports.server = require('./server');
exports.client = require('./client');
exports.crypto = require('./crypto');
@@ -12,4 +13,3 @@ exports.uri = {
getBewit: exports.client.getBewit
};
-