We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581554a commit 4eb0e4cCopy full SHA for 4eb0e4c
lib/main.js
@@ -8,7 +8,7 @@ module.exports = function (options) {
8
var defaults = options || {};
9
10
if(defaults.ZXingLocation == null) {
11
- defaults.ZXingLocation = path.join("..", "zxing");
+ defaults.ZXingLocation = path.join(__dirname, "..", "zxing");
12
}
13
14
if(defaults.ZXingVersion == null) {
package.json
@@ -8,7 +8,7 @@
],
"description": "ZXing Wrapper",
- "version": "0.1.1",
+ "version": "0.1.2",
"homepage": "https://github.com/komola/node-zxing",
"repository": {
"type": "git",
0 commit comments