diff --git a/packages/images/package.json b/packages/images/package.json index d3fa9ff8..a2ab95e1 100644 --- a/packages/images/package.json +++ b/packages/images/package.json @@ -7,7 +7,7 @@ "utilities" ], "author": "Rajat Saxena ", - "homepage": "https://github.com/codelitdev/cloud-upload-service#readme", + "homepage": "https://github.com/codelitdev/medialit#readme", "license": "MIT", "main": "dist/index.js", "directories": { @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/codelitdev/cloud-upload-service.git" + "url": "https://github.com/codelitdev/medialit" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", @@ -30,7 +30,7 @@ "prepublishOnly": "pnpm build" }, "bugs": { - "url": "https://github.com/codelitdev/cloud-upload-service/issues" + "url": "https://github.com/codelitdev/medialit/issues" }, "devDependencies": { "@types/node": "^20.8.7", @@ -38,4 +38,4 @@ }, "types": "dist/index.d.ts", "gitHead": "5f90ae4867c92ea853fe55962ae3fe677ece0f77" -} +} \ No newline at end of file diff --git a/packages/medialit/package.json b/packages/medialit/package.json index f0055082..dd5ccca5 100644 --- a/packages/medialit/package.json +++ b/packages/medialit/package.json @@ -29,6 +29,10 @@ ], "author": "", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/codelitdev/medialit" + }, "dependencies": { "form-data": "^4.0.0" }, @@ -45,4 +49,4 @@ "access": "public" }, "packageManager": "pnpm@10.7.1" -} +} \ No newline at end of file diff --git a/packages/thumbnail/package.json b/packages/thumbnail/package.json index e7acac92..c11c4d39 100644 --- a/packages/thumbnail/package.json +++ b/packages/thumbnail/package.json @@ -10,6 +10,10 @@ "email": "hi@rajatsaxena.dev" }, "homepage": "https://github.com/codelitdev/medialit", + "repository": { + "type": "git", + "url": "https://github.com/codelitdev/medialit" + }, "license": "MIT", "main": "dist/index.js", "bin": { @@ -36,4 +40,4 @@ "typescript": "^5.2.2" }, "gitHead": "5f90ae4867c92ea853fe55962ae3fe677ece0f77" -} +} \ No newline at end of file