Skip to content

Commit

Permalink
chore: downgrade the debug dependency
Browse files Browse the repository at this point in the history
The newer versions need to be transpiled to ES5, so we'll rollback for
now.

We'll have to find a way to provide the users who bundle the Engine.IO
(or Socket.IO) client (with webpack for example) with a source code
which does not include debug (or document the usage of
webpack-remove-debug [1]).

Reverts 242ea9e

[1] https://github.com/johngodley/webpack-remove-debug
  • Loading branch information
darrachequesne committed Sep 29, 2020
1 parent 5a5313e commit 4db8691
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 28 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"component-emitter": "~1.3.0",
"component-inherit": "0.0.3",
"debug": "~4.1.0",
"debug": "~3.1.0",
"engine.io-parser": "~2.2.0",
"has-cors": "1.1.0",
"indexof": "0.0.1",
Expand Down

0 comments on commit 4db8691

Please sign in to comment.