Skip to content

Commit

Permalink
Merge pull request #29 from ndaidong/v5.0.0rc2
Browse files Browse the repository at this point in the history
v5.0.0rc2
  • Loading branch information
ndaidong authored Jan 7, 2022
2 parents a99e5e5 + 6b2834e commit 5c4bfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ read(url).then((feed) => {
##### Note:

> Since Node.js v14, ECMAScript modules [have became the official standard format](https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_modules_ecmascript_modules).
> Just ensure that you are [using module system](https://nodejs.org/api/packages.html#determining-module-system) and enjoy with ES6 import/export syntax.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0rc1",
"version": "5.0.0rc2",
"name": "feed-reader",
"description": "Load and parse ATOM/RSS data from given feed url",
"homepage": "https://www.npmjs.com/package/feed-reader",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"axios": "^0.24.0",
"bellajs": "^10.0.2",
"bellajs": "^11.0.0rc3",
"debug": "^4.3.3",
"fast-xml-parser": "^4.0.0-beta.8",
"html-entities": "^2.3.2"
Expand Down

0 comments on commit 5c4bfc2

Please sign in to comment.