Ready to merge 1.3.2
- New favicon error handling - New favicon saving routine - Support for protocol-relative urls in images - New feeds saved back - Libs version update - Default feeds update
This diff is collapsed.
{ | ||
"name": "petrolette", | ||
"description": "The news reader that doesn't know you", | ||
"version": "1.3.1", | ||
"version": "v1.3.2", | ||
"private": true, | ||
"license": "GPL-3.0-only", | ||
"HTTP_PORT": 8000, | ||
... | ... | @@ -41,13 +41,12 @@ |
"morgan": "^1.10.0", | ||
"node-fetch": "^2.6.1", | ||
"npm": "^7.10.0", | ||
"pm2": "^4.5.6", | ||
"pm2": "^5.1.0", | ||
"sanitize": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^8.3.2", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"rollup": "^2.47.0", | ||
"should": "^13.2.3" | ||
} | ||
} |
Please register or sign in to comment