Skip to content

Commit 3d46526

Browse files
committed
Add repository link for npmjs.
1 parent d85d8f1 commit 3d46526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "100% typesafe dependency injection framework for TypeScript projects",
55
"license": "MIT",
66
"author": "Snap Inc.",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/Snapchat/ts-inject.git"
10+
},
711
"main": "./dist/cjs/index.js",
812
"module": "./dist/esm/index.js",
913
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)