From 6b9d15b710dd11c96e0926a4c3546e000ca4cab4 Mon Sep 17 00:00:00 2001 From: 0x03 <0x03-ctrlc@protonmail.com> Date: Wed, 5 Sep 2018 09:00:52 +0200 Subject: [PATCH] verushash-node added to module.exports --- index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..56d3a40 --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +module.exports = require('bindings')('verushash.node'); +