-
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.
- Loading branch information
1 parent
95b4533
commit fea0301
Showing
4 changed files
with
246 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/node_modules/isomorphic-ws/index.d.ts b/node_modules/isomorphic-ws/index.d.ts | ||
index de923a9..c63f488 100644 | ||
--- a/node_modules/isomorphic-ws/index.d.ts | ||
+++ b/node_modules/isomorphic-ws/index.d.ts | ||
@@ -3,6 +3,5 @@ | ||
// Fix for https://github.com/heineiuo/isomorphic-ws/issues/8 | ||
// If there is still something wrong, welcome issue. | ||
|
||
-import WebSocket = require('ws') | ||
- | ||
-export = WebSocket | ||
\ No newline at end of file | ||
+import { WebSocket } from 'ws' | ||
+export default WebSocket | ||
\ No newline at end of file |
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
Oops, something went wrong.