diff options
Diffstat (limited to 'node_modules/hawk/client.js')
| -rwxr-xr-x | node_modules/hawk/client.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/hawk/client.js b/node_modules/hawk/client.js new file mode 100755 index 0000000..c7ff470 --- /dev/null +++ b/node_modules/hawk/client.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('./dist/browser'); |