Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-24 10:03:33 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-11-24 10:03:33 +0300
commiteb1f663fc6c9bf017d9711293b3f0503c6b93bcc (patch)
treedbde03be43c0d2c9502116fd170885893f2f0a76 /package.json
parentcf631ddbdceec49579a658698f11679a29cea579 (diff)
Add classList polyfill for IE classList.toggle(.., force)
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38916
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8eb38f28cee..1937acb4be4 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,7 @@
"blackst0ne-mermaid": "^7.1.0-fixed",
"bootstrap-sass": "^3.3.6",
"brace-expansion": "^1.1.8",
+ "classlist-polyfill": "^1.2.0",
"compression-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",