about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2018-05-29 20:33:20 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-05-29 13:33:20 +0200
commit13b60e6a146bb4717586573d63fa27f93d03a8fd (patch)
treec942de15bf2396ffd61c2a3a6e8616a96800035a /package.json
parent8bb74e50beb3e6602c183e59086ccebe87f96fb2 (diff)
Use URL polyfill (#7664)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6ee6f98d3..893be3017 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,8 @@
     "webpack-bundle-analyzer": "^2.9.1",
     "webpack-manifest-plugin": "^1.2.1",
     "webpack-merge": "^4.1.1",
-    "websocket.js": "^0.1.12"
+    "websocket.js": "^0.1.12",
+    "whatwg-url": "^6.4.1"
   },
   "devDependencies": {
     "babel-eslint": "^8.2.1",