about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorGabriel Rubens <gabrielrumiranda@gmail.com>2019-11-04 09:03:44 -0300
committerEugen Rochko <eugen@zeonfederated.com>2019-11-04 13:03:44 +0100
commit3cc9ff872f676d7ce56f7cf7875f85f804ea20a9 (patch)
tree6808d8c817e17841af1264a6ca3c01979eab51d4 /package.json
parentbe93318c0538ccfc41997301800dc347ad0f4271 (diff)
Use inert polyfill (#12209)
* Inserting wicg-inert in project

* Import wicg-inert in moda_root component

* Update yarn.lock

* Solving code style problems

* Removing package-lock
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 62929ad0a..1d0c82fa5 100644
--- a/package.json
+++ b/package.json
@@ -168,7 +168,8 @@
     "webpack-bundle-analyzer": "^3.6.0",
     "webpack-cli": "^3.3.7",
     "webpack-merge": "^4.2.1",
-    "websocket.js": "^0.1.12"
+    "websocket.js": "^0.1.12",
+    "wicg-inert": "^3.0.0"
   },
   "devDependencies": {
     "babel-eslint": "^10.0.3",