From 3ab3a8c7cff7318fdb968c56c8cf3a986fd89c96 Mon Sep 17 00:00:00 2001 From: NI Date: Wed, 7 Aug 2019 18:49:45 +0800 Subject: [PATCH] Config the name of the front-end project in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a952df7..b6de9dd 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "webssh", + "name": "Sshwifty-UI", "version": "0.0.0", - "description": "Web SSH Front End Project", - "main": "index.js", + "description": "Sshwifty Web Front-end Project", + "main": "", "dependencies": {}, "devDependencies": { "@babel/core": "^7.5.5",