diff options
Diffstat (limited to 'demo/package.json')
-rw-r--r-- | demo/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/package.json b/demo/package.json index 2d1a29e0..41d8872c 100644 --- a/demo/package.json +++ b/demo/package.json @@ -5,7 +5,10 @@ "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", "dependencies": { + "core-js": "^3.1.3", + "custom-event-polyfill": "^1.0.7", "raven-js": "^3.27.1", - "shr-buttons": "2.0.2" + "shr-buttons": "2.0.2", + "url-polyfill": "^1.1.5" } } |