Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alxcube committed May 6, 2024
1 parent 2d5f2ae commit a1a175b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@
},
"author": "Alexander Alexandrov <[email protected]>",
"description": "Simple but flexible type-safe dependency injection container for TypeScript applications.",
"keywords": ["dependency injection", "inversion of control", "service container", "ioc", "di"],
"keywords": [
"dependency injection",
"inversion of control",
"service container",
"ioc",
"di"
],
"repository": {
"type": "git",
"url": "https://github.com/alxcube/di-container.git"
"url": "git+https://github.com/alxcube/di-container.git"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit a1a175b

Please sign in to comment.