From a1a175baa788292bf5ed476893b0ba8954694c40 Mon Sep 17 00:00:00 2001 From: Alexandr Alexandrov Date: Mon, 6 May 2024 17:25:21 +0300 Subject: [PATCH] Fixed package.json --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6de0445..b5c3743 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,16 @@ }, "author": "Alexander Alexandrov ", "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": [