diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:53:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-21 16:53:46 +0200 |
commit | 576ddf645ff2223126d28ef172bb6388602c35f4 (patch) | |
tree | 816bec17fbc51cede40114a72f67a79a4e0d4a12 /client/src | |
parent | 4c8ef0ec684f5dd1856ec751420b1e85369fd1bf (diff) | |
download | PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.tar.gz PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.tar.zst PeerTube-576ddf645ff2223126d28ef172bb6388602c35f4.zip |
Update client dependencies
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/polyfills.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index 3c4120599..8aac91454 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -18,7 +18,7 @@ | |||
18 | * BROWSER POLYFILLS | 18 | * BROWSER POLYFILLS |
19 | */ | 19 | */ |
20 | 20 | ||
21 | import 'core-js/es7/object' | 21 | import 'core-js/es/object' |
22 | 22 | ||
23 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ | 23 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ |
24 | // import 'classlist.js'; // Run `npm install --save classlist.js`. | 24 | // import 'classlist.js'; // Run `npm install --save classlist.js`. |