diff options
author | Phil Hughes <me@iamphill.com> | 2018-04-11 17:12:01 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-04-16 09:48:57 +0100 |
commit | 748a2f2b542fed2cb8ab7d1792cb874ce7423a61 (patch) | |
tree | 47a281d89c47e9e1751e450429784430ff2049a7 /package.json | |
parent | c3e26860be156314e733a6dfb986c91fc55766f5 (diff) | |
download | gitlab-ce-748a2f2b542fed2cb8ab7d1792cb874ce7423a61.tar.gz |
Added fuzzy file finder to web IDE
Closes #44841
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 45bea12fd9b..6f92600cfa5 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "vue-resource": "^1.3.5", "vue-router": "^3.0.1", "vue-template-compiler": "^2.5.13", + "vue-virtual-scroll-list": "^1.2.5", "vuex": "^3.0.1", "webpack": "^3.11.0", "webpack-bundle-analyzer": "^2.10.0", |