From ae04a0ce1298ca4db8b2d0d69df36845213e5fcb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Sep 2018 09:18:28 +0200 Subject: Upgrade client dependencies --- client/src/shims/http.ts | 2 +- client/src/shims/https.ts | 2 +- client/src/shims/noop.ts | 4 ++-- client/src/shims/path.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/shims') diff --git a/client/src/shims/http.ts b/client/src/shims/http.ts index a759400cb..1b1767aab 100644 --- a/client/src/shims/http.ts +++ b/client/src/shims/http.ts @@ -1 +1 @@ -module.exports = require('stream-http'); \ No newline at end of file +module.exports = require('stream-http') diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts index 1da6f8adb..f5ef70430 100644 --- a/client/src/shims/https.ts +++ b/client/src/shims/https.ts @@ -1 +1 @@ -module.exports = require('https-browserify'); \ No newline at end of file +module.exports = require('https-browserify') diff --git a/client/src/shims/noop.ts b/client/src/shims/noop.ts index 338e16104..899b69bf3 100644 --- a/client/src/shims/noop.ts +++ b/client/src/shims/noop.ts @@ -1,3 +1,3 @@ -// Does nothing. Used to shim out node.js modules +// Does nothing. Used to shim out node.js modules // which are no-ops in the browser. -export const NOOP = 0; \ No newline at end of file +export const NOOP = 0 \ No newline at end of file diff --git a/client/src/shims/path.ts b/client/src/shims/path.ts index 74b6913d8..1f8c61a07 100644 --- a/client/src/shims/path.ts +++ b/client/src/shims/path.ts @@ -1 +1 @@ -module.exports = require('path-browserify'); \ No newline at end of file +module.exports = require('path-browserify') -- cgit v1.2.3