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:
authorJacob Schatz <jschatz1@gmail.com>2017-06-17 09:28:17 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-06-17 09:28:17 +0300
commitbf405af4250f79bcf305b34f67a3426eb87ee7ff (patch)
tree9ad2d1858fdbf29b926467e7b6b55e38f20e3d8a /package.json
parent687ec90727068f1a58acaaea84634eb775b6d59d (diff)
Adds axios and initial call.
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 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",