summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--package.json4
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e4f10f421..c59e3b9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -83,9 +83,8 @@ endif
# Installs npm dependencies
.PHONY: npm
npm:
- $(npm) ci
- $(npm) run build
ifneq (, $(npm))
+ $(npm) ci
$(npm) run build
else
@echo "npm command not available, please install nodejs first"
diff --git a/package.json b/package.json
index 352cc50b8..27c51e5a4 100644
--- a/package.json
+++ b/package.json
@@ -60,10 +60,6 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
- "engines": {
- "node": "^16.0.0",
- "npm": "^7.0.0 || ^8.0.0"
- },
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",