From 8221bcdb4b58621b17605ed955940e0caaf994c0 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 13 Dec 2017 16:57:44 +0530 Subject: [PATCH] use node-axios --- debian/control | 1 + debian/patches/0420-use-system-libs.patch | 7 ++++--- debian/patches/0430-remove-devdeps.patch | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 7834b43adf..8933e92db6 100644 --- a/debian/control +++ b/debian/control @@ -296,6 +296,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, libjs-fuzzaldrin-plus (>= 0.3.1+git.20161008.da2cb58+dfsg-4~), node-lie, phantomjs, + node-axios, node-babel-core, node-babel-eslint, node-babel-loader, diff --git a/debian/patches/0420-use-system-libs.patch b/debian/patches/0420-use-system-libs.patch index 4ca0e7c9fc..9d41e1e69a 100644 --- a/debian/patches/0420-use-system-libs.patch +++ b/debian/patches/0420-use-system-libs.patch @@ -1,9 +1,10 @@ --- a/package.json +++ b/package.json -@@ -13,42 +13,22 @@ +@@ -12,43 +12,22 @@ + "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { - "axios": "^0.16.2", +- "axios": "^0.16.2", - "babel-core": "^6.22.1", - "babel-eslint": "^7.2.1", - "babel-loader": "^7.1.1", @@ -43,7 +44,7 @@ "react-dev-utils": "^0.5.2", "select2": "3.5.2-browserify", "sql.js": "^0.4.0", -@@ -56,14 +36,9 @@ +@@ -56,14 +35,9 @@ "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", "timeago.js": "^2.0.5", diff --git a/debian/patches/0430-remove-devdeps.patch b/debian/patches/0430-remove-devdeps.patch index 0f53d194d7..cd08cbde50 100644 --- a/debian/patches/0430-remove-devdeps.patch +++ b/debian/patches/0430-remove-devdeps.patch @@ -1,6 +1,6 @@ --- a/package.json +++ b/package.json -@@ -43,25 +43,5 @@ +@@ -42,25 +42,5 @@ "webpack-stats-plugin": "^0.1.5" }, "devDependencies": {