Skip to content

Commit

Permalink
Revert "v5.0.0rc2"
Browse files Browse the repository at this point in the history
This reverts commit 1a7ac7f.
  • Loading branch information
ndaidong committed Jan 7, 2022
1 parent 098d396 commit a99e5e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0rc2",
"version": "5.0.0rc1",
"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,15 +26,15 @@
},
"dependencies": {
"axios": "^0.24.0",
"bellajs": "11.0.0rc3",
"bellajs": "^10.0.2",
"debug": "^4.3.3",
"fast-xml-parser": "^4.0.0",
"fast-xml-parser": "^4.0.0-beta.8",
"html-entities": "^2.3.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"esbuild": "^0.14.10",
"jest": "^27.4.7",
"jest": "^27.4.5",
"nock": "^13.2.1"
},
"babel": {
Expand Down

0 comments on commit a99e5e5

Please sign in to comment.