We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24e095 commit 78cbbadCopy full SHA for 78cbbad
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-injection",
3
- "version": "0.1.2",
+ "version": "1.0.0",
4
"description": "Modern, lightweight TypeScript Dependency Injection optimized for Bun",
5
"type": "module",
6
"main": "./dist/index.js",
@@ -58,12 +58,12 @@
58
"license": "MIT",
59
"repository": {
60
"type": "git",
61
- "url": "git+https://github.com/21no-de/fast-injection.git"
+ "url": "git+https://github.com/BackendStack21/fast-injection.git"
62
},
63
"bugs": {
64
- "url": "https://github.com/21no-de/fast-injection/issues"
+ "url": "https://github.com/BackendStack21/fast-injection/issues"
65
66
- "homepage": "https://github.com/21no-de/fast-injection#readme",
+ "homepage": "https://fast-injection.21no.de/",
67
"devDependencies": {
68
"@types/bun": "latest",
69
"prettier": "^3.2.4",
0 commit comments