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:
authorStan Hu <stanhu@gmail.com>2018-03-23 23:52:28 +0300
committerStan Hu <stanhu@gmail.com>2018-03-23 23:52:28 +0300
commitec2aa7063496a3a5ead3ab93e5b8d65ba5fad2be (patch)
tree25d40f3c8228660e8144cb4a52239d1b7de721f5 /package.json
parente06f678cd8687b600f1d6a8f9f397fa1c74136a2 (diff)
Add fsevents as a dev dependency to avoid Webpack killing the CPU
Closes #33886
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 c81020f631e..7c5a68de99b 100644
--- a/package.json
+++ b/package.json
@@ -107,6 +107,7 @@
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-vue": "^4.0.1",
+ "fsevents": "^1.1.3",
"istanbul": "^0.4.5",
"jasmine-core": "^2.9.0",
"jasmine-jquery": "^2.1.1",