From 9bce231b46c7f2cbb8a5687b3f54770cff849278 Mon Sep 17 00:00:00 2001 From: Jeff Chiu Date: Fri, 13 Nov 2020 08:31:13 -0800 Subject: [PATCH] minor edits to package.json file --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab2c18c..07f2025 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "TODO", "version": "1.0.0", - "description": "_{This is a detailed description of your application. Its purpose and usage. Give as much detail as needed to explain what the application does, and any other information you want users or other developers to have. }_", - "main": "main.js", + "description": "", + "main": "main.js", "scripts": { "build": "webpack --mode development", "start": "npm run build & webpack-dev-server --open --mode development",