summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fb2b1c96d..c53da22e0 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",