diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-06-09 01:49:49 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-07-21 22:35:24 +0300 |
commit | f7344338985338df3d0958ef9d362b9624723e0f (patch) | |
tree | 0496a330d1876b7d8ce43f05b11f0c0e3d3862f7 /package.json | |
parent | f23d74345a3e64ff7560cbff3019a86d399bd3ad (diff) | |
download | gitlab-ce-f7344338985338df3d0958ef9d362b9624723e0f.tar.gz |
Add Vuex as a dependency.
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 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" }, |