summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 12:15:29 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 20:15:57 +0100
commita773f3e6d1bc4906070d376dcaa50bf9815cffb0 (patch)
tree6bbbe3e52ce7f4d9e0dee48877059485d41923b4
parente8fbb7ef5f9d5012ea9d55193529a04206537c09 (diff)
added @nextcloud/axios dependency
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f142cfd45..d806382cb 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,6 @@
"description": "An RSS/Atom feed reader",
"main": "js/app.min.js",
"scripts": {
- /*"test": "node ... karma",*/
"prebuild": "npm install && npm ci",
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
@@ -64,6 +63,7 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
+ "@nextcloud/axios": "^1.3.3",
"@nextcloud/webpack-vue-config": "^1.1.0",
"debug": "^4.1.1",
"masonry-layout": "^4.2.2",