-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(core, react): update package.json
- Loading branch information
1 parent
6e266f2
commit 32f11f8
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,22 @@ | |
"types": "./index.cjs.d.ts", | ||
"dependencies": { | ||
"@frp-ts/utils": "^1.0.0-beta.3" | ||
} | ||
}, | ||
"description": "Purely-functional strictly-typed IoC/DI for TypeScript", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raveclassic/injectable-ts.git" | ||
}, | ||
"homepage": "https://github.com/raveclassic/injectable-ts#readme", | ||
"bugs": { | ||
"url": "https://github.com/raveclassic/injectable-ts/issues" | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"di", | ||
"ioc", | ||
"dependency injection" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,23 @@ | |
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0" | ||
} | ||
}, | ||
"description": "Purely-functional strictly-typed IoC/DI for TypeScript", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raveclassic/injectable-ts.git" | ||
}, | ||
"homepage": "https://github.com/raveclassic/injectable-ts#readme", | ||
"bugs": { | ||
"url": "https://github.com/raveclassic/injectable-ts/issues" | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
"di", | ||
"ioc", | ||
"dependency injection", | ||
"react" | ||
] | ||
} |