add mercury-parser npm dependency

This commit is contained in:
ttimasdf
2020-09-22 16:47:22 +08:00
committed by Cristian Vargas
parent f722ed331d
commit 776fda947d
2 changed files with 662 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
"readability-extractor": "./node_modules/.bin/readability-extractor"
},
"dependencies": {
"@postlight/mercury-parser": "^2.2.0",
"readability-extractor": "git+https://github.com/pirate/readability-extractor.git",
"single-file": "git+https://github.com/gildas-lormeau/SingleFile.git"
}