Skip to content

Commit

Permalink
fix: native binding package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Aug 4, 2021
1 parent 0fa4ac6 commit 6dc09af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -5,7 +5,7 @@ const {
compress: _compress,
uncompress,
uncompressSync,
} = loadBinding(__dirname, 'snappy', 'snappy')
} = loadBinding(__dirname, 'snappy', '@napi-rs/snappy')

module.exports = {
compressSync: function compressSync(input) {
Expand Down

0 comments on commit 6dc09af

Please sign in to comment.