Skip to content

Commit e4e1251

Browse files
committed
Fix title and description in package.json
1 parent f9e9401 commit e4e1251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@algorithm-visualizer/server",
33
"version": "2.0.0",
4-
"description": "Server for Algorithm Visualizer",
4+
"title": "Algorithm Visualizer",
5+
"description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.",
56
"scripts": {
67
"watch": "NODE_ENV=development NODE_PATH=src ts-node-dev --respawn --ignore-watch node_modules --no-notify src",
78
"start": "NODE_ENV=production NODE_PATH=src ts-node --transpile-only src",

0 commit comments

Comments
 (0)