Skip to content

Commit

Permalink
docs(core, react): update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Jan 7, 2025
1 parent 6e266f2 commit 32f11f8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
19 changes: 18 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
20 changes: 19 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 32f11f8

Please sign in to comment.