Skip to content

Commit 4db8691

Browse files
chore: downgrade the debug dependency
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
1 parent 5a5313e commit 4db8691

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

package-lock.json

Lines changed: 28 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"component-emitter": "~1.3.0",
2828
"component-inherit": "0.0.3",
29-
"debug": "~4.1.0",
29+
"debug": "~3.1.0",
3030
"engine.io-parser": "~2.2.0",
3131
"has-cors": "1.1.0",
3232
"indexof": "0.0.1",

0 commit comments

Comments
 (0)