Skip to content

Commit

Permalink
Add repository link for npmjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kburov-sc committed Sep 9, 2024
1 parent d85d8f1 commit 3d46526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "100% typesafe dependency injection framework for TypeScript projects",
"license": "MIT",
"author": "Snap Inc.",
"repository": {
"type": "git",
"url": "https://github.com/Snapchat/ts-inject.git"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 3d46526

Please sign in to comment.