From 294eb59e190f4196907ea6ede6dede464e3e46c8 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Fri, 21 Jul 2017 15:13:19 +0200 Subject: [PATCH] package.json: install axios --- client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/package.json b/client/package.json index acc5e85..7036bd2 100644 --- a/client/package.json +++ b/client/package.json @@ -10,6 +10,7 @@ "lint": "eslint --ext .js,.vue src" }, "dependencies": { + "axios": "^0.16.2", "babel-runtime": "^6.0.0", "fastclick": "^1.0.6", "material-design-icons": "^3.0.1",