1
0
forked from notBrad/bubo-rss

Fixed JSON feed parsing issues + bumped ot v1.0.1

This commit is contained in:
George Mandis
2021-11-14 19:29:41 -08:00
parent 2aafb532f8
commit 38bfbbdc75
3 changed files with 61 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "bubo-reader",
"version": "1.0.0",
"description": "A somewhat dumb but effective feed reader (RSS, JSON & Twitter)",
"version": "1.0.1",
"description": "A simple but effective feed reader (RSS, JSON)",
"main": "src/index.js",
"scripts": {
"build": "node src/index.js > output/index.html",