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:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-09-11 19:28:54 +0300
committerEnrique Alcantara <ealcantara@gitlab.com>2019-09-11 19:28:54 +0300
commitbf37e086342f2b2fc478ddb0e836172c950dea83 (patch)
tree41cf2426f388e9ce629411f90404da910f294f12 /package.json
parent15096b01c6fc3cc6f2e2b9dd292cdb73549c8c21 (diff)
Include AWS SDK as packge dependency
- Load EKS create cluster form as dynamic import dependency. - Include aws-sdk dependency in package.json
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 4256b8bfdcc..20747b910a1 100644
--- a/package.json
+++ b/package.json
@@ -47,6 +47,7 @@
"apollo-upload-client": "^10.0.0",
"at.js": "^1.5.4",
"autosize": "^4.0.0",
+ "aws-sdk": "^2.526.0",
"axios": "^0.19.0",
"babel-loader": "^8.0.5",
"bootstrap": "4.3.1",