Skip to content

Commit

Permalink
Add repository link for npmjs. (#7)
Browse files Browse the repository at this point in the history
Adds link to this repo so it's visible on
https://www.npmjs.com/package/@snap/ts-inject
  • Loading branch information
kburov-sc authored Sep 9, 2024
1 parent 989a10f commit 3346f61
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@snap/ts-inject",
"version": "0.1.1",
"version": "0.1.2",
"description": "100% typesafe dependency injection framework for TypeScript projects",
"license": "MIT",
"author": "Snap Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Snapchat/ts-inject.git"
},
"homepage": "https://snapchat.github.io/ts-inject/",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 3346f61

Please sign in to comment.