initial commit
[squeep-indieauth-helper] / index.js
diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..912dab4
--- /dev/null
+++ b/index.js
@@ -0,0 +1,9 @@
+'use strict';
+
+const Communication = require('./lib/communication');
+const Enum = require('./lib/enum');
+
+module.exports = {
+  Communication,
+  Enum,
+};