Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정민
/
OPproject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이정민
2019-11-23 19:25:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1a277c1ae92087f4aadeb76abd92dc64036dead
d1a277c1
1 parent
491a2c2f
reinstall socket.io
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
socketio/package-lock.json
socketio/package.json
socketio/package-lock.json
0 → 100644
View file @
d1a277c
This diff is collapsed. Click to expand it.
socketio/package.json
0 → 100644
View file @
d1a277c
1
+
{
2
+
"name"
:
"socketio"
,
3
+
"version"
:
"1.0.0"
,
4
+
"private"
:
true
,
5
+
"scripts"
:
{
6
+
"test"
:
"node ./bin/www"
7
+
},
8
+
"dependencies"
:
{
9
+
"express"
:
"4.17.1"
,
10
+
"socket.io"
:
"2.3.0"
11
+
}
12
+
}
Please
register
or
login
to post a comment