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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 16:43:22 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 16:43:22 +0300
commitf63b55925c3f7794cebebc14663b2253f51ccdd7 (patch)
treeb5c1d5be33ad81b498e674c114aedc1765d2b073 /package.json
parent6c0eea630d5720e5a57f998ee66566e1dd0888b9 (diff)
Add es6-set polyfill for test_utils.js
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 20a7988300d..63148b3d5a9 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"dropzone": "^4.2.0",
"emoji-unicode-version": "^0.2.1",
"es6-map": "^0.1.5",
+ "es6-set": "^0.1.5",
"eslint-plugin-html": "^2.0.1",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.1",