@@ -2,8 +2,7 @@
*[English](README.md) | Русский*
-Реализация паттерна «Сервис-локатор» с использованием подхода
-внедрения зависимостей (Dependency Injection).
+Реализация паттерна «Сервис-локатор».
## Установка
*English | [Русский](README-ru.md)*
-The «Service Locator» implementation with the Dependency Injection
-approach.
+The «Service Locator» implementation.
## Installation
@@ -1,7 +1,7 @@
{
"name": "@e22m4u/js-service",
"version": "0.1.1",
- "description": "The Service Locator implementation with the Dependency Injection approach",
+ "description": "The Service Locator implementation",
"type": "module",
"main": "src/index.js",
"scripts": {