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:
authorFatih Acet <acetfatih@gmail.com>2017-06-09 01:49:49 +0300
committerFatih Acet <acetfatih@gmail.com>2017-07-21 22:35:24 +0300
commitf7344338985338df3d0958ef9d362b9624723e0f (patch)
tree0496a330d1876b7d8ce43f05b11f0c0e3d3862f7 /package.json
parentf23d74345a3e64ff7560cbff3019a86d399bd3ad (diff)
Add Vuex as a dependency.
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 fd944531a6a..6117bbcbe2a 100644
--- a/package.json
+++ b/package.json
@@ -60,6 +60,7 @@
"vue-loader": "^11.3.4",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.2.6",
+ "vuex": "^2.3.1",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.8.2"
},