This commit is contained in:
Chase 2023-04-24 04:56:10 -05:00
parent 2e9ee711fb
commit 9171efb6d6
Signed by: chase
GPG Key ID: 9EC29E797878008C
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/chxseh/lidarr-true-singles.git" "url": "git+https://git.chse.dev/chase/lidarr-true-singles.git"
}, },
"keywords": [], "keywords": [],
"author": "Chase <c@chse.dev> (https://chse.dev)", "author": "Chase <c@chse.dev> (https://chse.dev)",
@ -22,9 +22,9 @@
], ],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/chxseh/lidarr-true-singles/issues" "url": "https://git.chse.dev/chase/lidarr-true-singles/issues"
}, },
"homepage": "https://github.com/chxseh/lidarr-true-singles#readme", "homepage": "https://git.chse.dev/chase/lidarr-true-singles#readme",
"dependencies": { "dependencies": {
"dotenv": "16.0.3", "dotenv": "16.0.3",
"node-fetch": "3.3.1" "node-fetch": "3.3.1"
@ -36,4 +36,4 @@
"eslint-plugin-jsdoc": "43.0.7", "eslint-plugin-jsdoc": "43.0.7",
"eslint-plugin-unicorn": "46.0.0" "eslint-plugin-unicorn": "46.0.0"
} }
} }