Skip to content

Commit

Permalink
Fix hyphen again and restore .node for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
baudehlo committed Nov 4, 2024
1 parent e8edd08 commit 684a98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"use strict";

var binding = require('./build/Release/fs-ext.node');
var binding = require('./build/Release/fs_ext.node');

// Used by flock
function stringToFlockFlags(flag) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"flock",
"seek"
],
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/baudehlo/node-fs-ext/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 684a98b

Please sign in to comment.