diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-07-18 11:10:16 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-07-18 11:10:16 +0100 |
commit | a981313386529a9cbfb248a1d064a0e967abf015 (patch) | |
tree | 952b5717fc3c998401a02e653948076e08ac7e55 /package.json | |
parent | fc62a0feaa5839f5f2c40d3f758e37d27be81aaa (diff) | |
download | gitlab-ce-a981313386529a9cbfb248a1d064a0e967abf015.tar.gz |
Add Map polyfill for rspec tests using phantomjs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 16497ba0ea5..20a7988300d 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "document-register-element": "^1.3.0", "dropzone": "^4.2.0", "emoji-unicode-version": "^0.2.1", + "es6-map": "^0.1.5", "eslint-plugin-html": "^2.0.1", "exports-loader": "^0.6.4", "file-loader": "^0.11.1", |