mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
expose sub-dependency
This commit is contained in:
parent
73fad928df
commit
8e07fe3f2e
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
||||||
"archivebox": "./bin/archive"
|
"archivebox": "./bin/archive"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"archivebox": "./bin/archive"
|
"archivebox-node": "./bin/archive",
|
||||||
|
"single-file": "single-file",
|
||||||
|
"readability-extractor": "single-file"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
|
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue