From 4a1fb93e89b45d3e42b5df962727fe4e84699a7e Mon Sep 17 00:00:00 2001 From: IvanLi Date: Tue, 2 Jul 2024 16:49:16 +0300 Subject: [PATCH] enterpoint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a355203..24565da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hexlet/code", "version": "1.0.0", - "description": "\"Difference Calculator – a project that compares and finds differences between two data structures, such as configuration files. This project is suitable for experienced developers, as it involves complex architectural decisions, writing automated tests, and using functional programming. It also includes working with tree data structures and recursive algorithms, which provides an in-depth learning experience.\"", + "description": "Difference Calculator – a project that compares and finds differences between two data structures, such as configuration files. This project is suitable for experienced developers, as it involves complex architectural decisions, writing automated tests, and using functional programming. It also includes working with tree data structures and recursive algorithms, which provides an in-depth learning experience.", "main": "src/index.js", "bin": { "gendiff": "bin/gendiff.js"