1
0
Fork 0
mirror of synced 2024-05-12 00:12:41 +12:00

Update singlefile to the latest version and switch it to single-file-cli. Unfortunately, this requires a rewrite of NPM dependency files.

This commit is contained in:
spresse1 2023-08-29 20:28:48 +02:00
parent 00ecf57b0f
commit c8597a7fa1
2 changed files with 2116 additions and 1141 deletions

3254
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,8 @@
"license": "MIT",
"dependencies": {
"@postlight/mercury-parser": "git+https://github.com/postlight/mercury-parser.git",
"playwright": "^1.37.1",
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
"single-file-cli": "^1.0.63"
}
}