Skip to content

Commit 98e0c90

Browse files
committed
Bump version 3.8.4
1 parent 7224216 commit 98e0c90

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"pretty-bytes": "^6.1.1"
1313
},
1414
"name": "rssify",
15-
"version": "3.8.0",
15+
"version": "3.8.4",
1616
"apivar": "3.4",
1717
"description": "RSS-ify brings you the latest updates from your favorite feeds right into Telegram, hassle-free!",
1818
"main": "bot.mjs",
1919
"scripts": {
20-
"start": "npm install concurrently && pip install -r api/feedparser/requirements.txt && npm install && npm run rssify",
20+
"start": "npm install concurrently && pip install -r api/parserapi/requirements.txt && npm install && npm run rssify",
2121
"rssify": "concurrently \"npm:api\" \"npm:bot\"",
22-
"api": "python3 api/feedparser/api.py",
22+
"api": "python3 api/parserapi/api.py",
2323
"bot": "node bot.mjs"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)