Skip to content

Commit

Permalink
🐛 fix hocrjs-inject binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Dec 16, 2017
1 parent 222c0ce commit d8f2f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue component for viewing hOCR files, also usable standalone",
"main": "dist/hocr.fullscreen.js",
"bin": {
"hocrjs-inject": "./bin/hocr-inject.js"
"hocrjs-inject": "bin/hocrjs-inject.js"
},
"scripts": {
"test": "make webpack test"
Expand Down

0 comments on commit d8f2f95

Please sign in to comment.