We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0e1ce commit b846546Copy full SHA for b846546
package.json
@@ -6,6 +6,7 @@
6
"type": "module",
7
"license": "MIT",
8
"author": "Wroud",
9
+ "homepage": "https://wroud.dev",
10
"repository": {
11
"type": "git",
12
"url": "https://github.com/Wroud/foundation"
packages/di/package.json
@@ -5,6 +5,12 @@
5
+ "homepage": "https://wroud.dev/packages/di/overview",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Wroud/foundation",
+ "directory": "packages/di"
13
+ },
14
"sideEffects": [],
15
"module": "./dist/index.js",
16
"types": "./dist/index.d.ts",
0 commit comments