diff options
Diffstat (limited to 'client/src/shims')
-rw-r--r-- | client/src/shims/http.ts | 1 | ||||
-rw-r--r-- | client/src/shims/https.ts | 1 | ||||
-rw-r--r-- | client/src/shims/stream.ts | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/client/src/shims/http.ts b/client/src/shims/http.ts deleted file mode 100644 index 1b1767aab..000000000 --- a/client/src/shims/http.ts +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | module.exports = require('stream-http') | ||
diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts deleted file mode 100644 index f5ef70430..000000000 --- a/client/src/shims/https.ts +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | module.exports = require('https-browserify') | ||
diff --git a/client/src/shims/stream.ts b/client/src/shims/stream.ts deleted file mode 100644 index 977fd05a0..000000000 --- a/client/src/shims/stream.ts +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | module.exports = require('stream-browserify') | ||