mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move linkedom dependency in devDependencies in readability
This commit is contained in:
parent
0b11c31317
commit
39d4745591
1 changed files with 2 additions and 2 deletions
|
|
@ -30,11 +30,11 @@
|
|||
"jsdom": "^19.0",
|
||||
"mocha": "^8.2.0",
|
||||
"puppeteer": "^10.1.0",
|
||||
"sinon": "^7.3.2"
|
||||
"sinon": "^7.3.2",
|
||||
"linkedom": "^0.14.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"html-entities": "^2.3.2",
|
||||
"linkedom": "^0.14.9",
|
||||
"modern-random-ua": "^1.0.3",
|
||||
"parse-srcset": "^1.0.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue