From ccf94b1d3f63728723203f7ef4ae558b8922b9c2 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Thu, 13 Oct 2016 00:31:49 -0400 Subject: [PATCH] add axios --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ef5f1b2..59559cc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,8 @@ "ndarray-unsqueeze": "^1.0.3" }, "devDependencies": { - "autoprefixer": "^6.5.0", + "autoprefixer": "^6.5.1", + "axios": "^0.15.0", "babel-core": "^6.17.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.5",