From e6af7ae5647938a25c39c151550b2091dfb03a6e Mon Sep 17 00:00:00 2001 From: Konstantin Kulebaev Date: Sat, 25 May 2024 20:54:11 +0400 Subject: [PATCH] build: add description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4a4b76..db2df9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "advent-of-code-2022", "version": "1.0.0", - "description": "", + "description": "This repository contains solutions to the Advent of Code 2022 puzzles", "main": "index.js", "type": "module", "engines": {