Skip to content

Commit

Permalink
Merge pull request #144 from ndaidong/v4.2.6
Browse files Browse the repository at this point in the history
v4.2.6
  • Loading branch information
ndaidong authored Jan 12, 2021
2 parents 0da8d39 + 8c87fb4 commit 052b539
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.5",
"version": "4.2.6",
"name": "article-parser",
"description": "To extract main article from given URL",
"homepage": "https://ndaidong.github.io/article-parser-demo/",
Expand All @@ -21,21 +21,21 @@
"reset": "node reset"
},
"dependencies": {
"bellajs": "^9.2.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^4.2.0",
"bellajs": "^9.2.2",
"cheerio": "^1.0.0-rc.5",
"debug": "^4.3.1",
"html-minifier": "^4.0.0",
"htmlparser2": "^6.0.0",
"node-fetch": "^2.6.1",
"oembed-parser": "^1.4.2",
"oembed-parser": "^1.4.4",
"readabilitySAX": "^1.6.1",
"sanitize-html": "^2.1.2",
"sanitize-html": "^2.3.0",
"string-comparison": "^1.0.9"
},
"devDependencies": {
"eslint-config-goes": "^1.1.8",
"jest": "^26.6.3",
"nock": "^13.0.4"
"nock": "^13.0.5"
},
"keywords": [
"article",
Expand Down

0 comments on commit 052b539

Please sign in to comment.