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",