From e4e1251e00bbf7232d4acc13080cea02fff298e6 Mon Sep 17 00:00:00 2001 From: Jason Park Date: Sun, 9 Jun 2019 04:07:10 +0900 Subject: [PATCH] Fix title and description in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22904c9..3d61eac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@algorithm-visualizer/server", "version": "2.0.0", - "description": "Server for Algorithm Visualizer", + "title": "Algorithm Visualizer", + "description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.", "scripts": { "watch": "NODE_ENV=development NODE_PATH=src ts-node-dev --respawn --ignore-watch node_modules --no-notify src", "start": "NODE_ENV=production NODE_PATH=src ts-node --transpile-only src",