diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-20 09:57:08 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-11-20 09:57:08 +0000 |
commit | 9400ed3b3e3bf1c1ce20b9748f4b6e4c0e5b5db7 (patch) | |
tree | b335c1132ded1fd46c1a05451bb5fab1c88a5bb9 /package.json | |
parent | 4f09d099e9fa29659917f87c2dc25f2b9aa05b5e (diff) | |
download | gitlab-ce-9400ed3b3e3bf1c1ce20b9748f4b6e4c0e5b5db7.tar.gz |
Use axios instead of vue resource - step 1
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 cbcce40ffb9..21e04724441 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "dependencies": { "autosize": "^4.0.0", "axios": "^0.16.2", + "axios-mock-adapter": "^1.10.0", "babel-core": "^6.22.1", "babel-eslint": "^7.2.1", "babel-loader": "^7.1.1", |