8000 Update package json · codejs-kr/simple-chat@ccae63e · GitHub
[go: up one dir, main page]

Skip to content 65F9

Commit ccae63e

Browse files
committed
Update package json
1 parent 9c039a0 commit ccae63e

File tree

4 files changed

+419
-8
lines changed

4 files changed

+419
-8
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "dodortus",
33
"name": "simple-chat-server",
44
"version": "0.8.1",
5-
"description": "Simple Web chatting",
5+
"description": "Simple Web chat app",
66
"dependencies": {
77
"express": "^4.17.1",
88
"socket.io": "^2.3.0"

frontend/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
"author": "dodortus",
33
"name": "simple-chat-client",
44
"version": "0.8.1",
5-
"description": "Simple Web chatting",
6-
"repository": "https://github.com/dodortus/simple-chat.git",
7-
"keywords": [
8-
"react",
9-
"chat"
10-
],
11-
"license": "MIT",
5+
"description": "Simple Web chat app",
126
"dependencies": {
137
"@babel/polyfill": "^7.6.0",
148
"@rematch/core": "^1.2.0",

0 commit comments

Comments
 (0)
0