Skip to content

Commit

Permalink
Merge branch 'release/v2.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Navino16 committed Sep 19, 2024
2 parents 6709cd4 + 1b52293 commit f28b3ff
Show file tree
Hide file tree
Showing 7 changed files with 361 additions and 139 deletions.
59 changes: 39 additions & 20 deletions README.md

Large diffs are not rendered by default.

175 changes: 86 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flixpatrol-top10",
"version": "2.4.1",
"version": "2.5.0",
"description": "Get top10 list from flixpatrol and upload them to trakt",
"main": "app.js",
"scripts": {
Expand All @@ -20,19 +20,19 @@
"author": "Navino16",
"license": "GPL-3.0",
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/config": "^3.3.4",
"@eslint/js": "^9.10.0",
"@types/config": "^3.3.5",
"@types/eslint__js": "^8.42.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.2",
"@types/node": "^22.5.5",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"nodemon": "^3.1.4",
"pkg": "^5.8.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"dependencies": {
"axios": "^1.7.7",
Expand Down
Loading

0 comments on commit f28b3ff

Please sign in to comment.