From a4e8d20db9f86ff1301a4b0795fc047bf592557b Mon Sep 17 00:00:00 2001 From: MaksGovor Date: Tue, 18 May 2021 00:45:55 +0300 Subject: [PATCH] Update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f154a..e3fba2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "image-belabour", "version": "0.0.1", - "description": "Project for processing images by transform RGB function with NodeJS.", + "description": "Project for processing images by transform RGBA function with NodeJS.", "main": "server.js", "scripts": { "lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"",