Skip to content

Commit b846546

Browse files
committed
chore: add homepage and repository to package.json
1 parent 2f0e1ce commit b846546

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "module",
77
"license": "MIT",
88
"author": "Wroud",
9+
"homepage": "https://wroud.dev",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/Wroud/foundation"

packages/di/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"type": "module",
66
"license": "MIT",
77
"author": "Wroud",
8+
"homepage": "https://wroud.dev/packages/di/overview",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/Wroud/foundation",
12+
"directory": "packages/di"
13+
},
814
"sideEffects": [],
915
"module": "./dist/index.js",
1016
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)