add node modules to path

This commit is contained in:
Nick Sweeting
2020-08-18 18:14:56 -04:00
parent 1c0df87f78
commit f6484d8ddc
2 changed files with 13 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
"bin": {
"archivebox-node": "./bin/archive",
"single-file": "./node_modules/.bin/single-file",
"readability-extractor": "./node_modules/.bin/single-file"
"readability-extractor": "./node_modules/.bin/readability-extractor"
},
"dependencies": {
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",