From 6326f90dea771e7c1e68dfa44e2311a35d5ec4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Mon, 17 Jul 2017 14:25:23 +0200 Subject: [PATCH] build(npm): switch to custom axios version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94fa51c52..86a4428bc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "tonic-example.js" ], "dependencies": { - "axios": "~0.15.3", + "axios": "contentful/axios#fix/https-via-http-proxy", "contentful-sdk-core": "^3.14.1", "es6-promise": "^4.0.5", "json-stringify-safe": "^5.0.1",