use node-axios
This commit is contained in:
parent
6296a05bdc
commit
8221bcdb4b
3 changed files with 6 additions and 4 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -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,
|
||||
|
|
7
debian/patches/0420-use-system-libs.patch
vendored
7
debian/patches/0420-use-system-libs.patch
vendored
|
@ -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",
|
||||
|
|
2
debian/patches/0430-remove-devdeps.patch
vendored
2
debian/patches/0430-remove-devdeps.patch
vendored
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue