Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 09fe708

Browse files
maxbrunsfeldNathan Sobo
authored andcommitted
🔥 bindings dependency
Signed-off-by: Nathan Sobo <[email protected]>
1 parent a92bab1 commit 09fe708

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/spellchecker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var path = require('path');
2-
var bindings = require('bindings')('spellchecker.node');
2+
var bindings = require('../build/Release/spellchecker.node');
33

44
var Spellchecker = bindings.Spellchecker;
55

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"jasmine-focused": "1.x"
2525
},
2626
"dependencies": {
27-
"bindings": "^1.2.1",
2827
"nan": "^2.0.0"
2928
}
3029
}

0 commit comments

Comments
 (0)