From bce431f6b5b6ae6e0298b1fba667b2204fb4e784 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Mon, 11 May 2020 22:15:42 +0200 Subject: [PATCH] Add descriptions --- client/package.json | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 769113f..ddf16e2 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "personal-website", "version": "0.0.0", "private": true, - "description": "", + "description": "A nice introduction to my chaos", "main": "src/main.js", "scripts": { "build": "vue-cli-service build", diff --git a/server/package.json b/server/package.json index b06551e..5ac9ecc 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "server", "version": "1.0.0", - "description": "", + "description": "The API for the website", "main": "index.js", "scripts": { "start": "node ./index.js",