Skip to content

Commit

Permalink
Merge branch 'main' into kb-partial-sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
kburov-sc authored Sep 19, 2024
2 parents f16ba65 + 3346f61 commit 60fa73c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ db.save("user2"); // Log: Saving record: user2

### API Reference

For comprehensive documentation of all ts-inject features and APIs, please refer to the [API Reference](https://github.sc-corp.net/pages/Snapchat/ts-inject/modules.html).
For comprehensive documentation of all ts-inject features and APIs, please refer to the [API Reference](https://snapchat.github.io/ts-inject/).

## Contributing

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"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 60fa73c

Please sign in to comment.