Config the name of the front-end project in package.json

This commit is contained in:
NI
2019-08-07 18:49:45 +08:00
parent 5fd84d37e6
commit 3ab3a8c7cf

View File

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