Skip to content

Commit b4c8581

Browse files
authored
Merge pull request #177 from codelitdev/publishing-correction-2
repository.url
2 parents a94c9b2 + 29abbd6 commit b4c8581

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

packages/images/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"utilities"
88
],
99
"author": "Rajat Saxena <hi@rajatsaxena.dev>",
10-
"homepage": "https://github.com/codelitdev/cloud-upload-service#readme",
10+
"homepage": "https://github.com/codelitdev/medialit#readme",
1111
"license": "MIT",
1212
"main": "dist/index.js",
1313
"directories": {
@@ -22,20 +22,20 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/codelitdev/cloud-upload-service.git"
25+
"url": "https://github.com/codelitdev/medialit"
2626
},
2727
"scripts": {
2828
"test": "echo \"Error: run tests from root\" && exit 1",
2929
"build": "tsc",
3030
"prepublishOnly": "pnpm build"
3131
},
3232
"bugs": {
33-
"url": "https://github.com/codelitdev/cloud-upload-service/issues"
33+
"url": "https://github.com/codelitdev/medialit/issues"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^20.8.7",
3737
"typescript": "^5.2.2"
3838
},
3939
"types": "dist/index.d.ts",
4040
"gitHead": "5f90ae4867c92ea853fe55962ae3fe677ece0f77"
41-
}
41+
}

packages/medialit/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
],
3030
"author": "",
3131
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/codelitdev/medialit"
35+
},
3236
"dependencies": {
3337
"form-data": "^4.0.0"
3438
},
@@ -45,4 +49,4 @@
4549
"access": "public"
4650
},
4751
"packageManager": "pnpm@10.7.1"
48-
}
52+
}

packages/thumbnail/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"email": "hi@rajatsaxena.dev"
1111
},
1212
"homepage": "https://github.com/codelitdev/medialit",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/codelitdev/medialit"
16+
},
1317
"license": "MIT",
1418
"main": "dist/index.js",
1519
"bin": {
@@ -36,4 +40,4 @@
3640
"typescript": "^5.2.2"
3741
},
3842
"gitHead": "5f90ae4867c92ea853fe55962ae3fe677ece0f77"
39-
}
43+
}

0 commit comments

Comments
 (0)