initial commit
[squeep-resource-authentication-module] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..a64ba9b
--- /dev/null
+++ b/index.js
@@ -0,0 +1,7 @@
+'use strict';
+
+const ResourceAuthenticator = require('./lib/resource-authenticator');
+
+module.exports = {
+  ...ResourceAuthenticator,
+};
\ No newline at end of file