Skip to content

Commit 106e42d

Browse files
committed
(#8) Removed .node in require
1 parent 54537ad commit 106e42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const libnut = require("bindings")("libnut.node");
1+
const libnut = require("bindings")("libnut");
22

33
module.exports = libnut;
44

0 commit comments

Comments
 (0)