Skip to content

Commit

Permalink
Merge pull request #183 from ndaidong/v4.2.10
Browse files Browse the repository at this point in the history
v4.2.10
  • Loading branch information
ndaidong authored Aug 16, 2021
2 parents 9fc5e7c + 5f827c3 commit 863e96c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.9",
"version": "4.2.10",
"name": "article-parser",
"description": "To extract main article from given URL",
"homepage": "https://ndaidong.github.io/article-parser-demo/",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"bellajs": "^9.3.0",
"cheerio": "^1.0.0-rc.9",
"debug": "^4.3.1",
"cheerio": "^1.0.0-rc.10",
"debug": "^4.3.2",
"html-minifier-terser": "^5.1.1",
"htmlparser2": "^6.1.0",
"node-fetch": "^2.6.1",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"eslint-config-goes": "^1.2.0",
"jest": "^27.0.4",
"nock": "^13.1.0"
"jest": "^27.0.6",
"nock": "^13.1.1"
},
"keywords": [
"article",
Expand Down

0 comments on commit 863e96c

Please sign in to comment.