forked from socketio/socket.io-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the socket.io-parser dependency
That will allow to use a custom parser (see socketio/socket.io#2829).
- Loading branch information
Damien Arrachequesne
committed
Feb 16, 2017
1 parent
9a621ec
commit 4818451
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
}, | ||
"description": "", | ||
"dependencies": { | ||
"debug": "2.3.3", | ||
"socket.io-parser": "2.3.1" | ||
"debug": "2.3.3" | ||
} | ||
} |