diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-06-17 02:28:17 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-06-17 02:28:17 -0400 |
commit | bf405af4250f79bcf305b34f67a3426eb87ee7ff (patch) | |
tree | 9ad2d1858fdbf29b926467e7b6b55e38f20e3d8a /package.json | |
parent | 687ec90727068f1a58acaaea84634eb775b6d59d (diff) | |
download | gitlab-ce-bf405af4250f79bcf305b34f67a3426eb87ee7ff.tar.gz |
Adds axios and initial call.
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 3ceea912a5d..26407cff9ab 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { + "axios": "^0.16.2", "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-plugin-transform-define": "^1.2.0", |