aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8477f5a..367ef81 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ endif
node_modules: package.json package-lock.json
@echo "Installing JS dependencies..."
- npm install
+ npm install --loglevel=error
clean: buildclean
@echo "Cleaning PHP..."
diff --git a/package.json b/package.json
index dee017c..445afb1 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,7 @@
{
"name": "wcms",
+ "repository": "github:vincent-peugnet/wcms",
+ "license": "MIT",
"dependencies": {
"codemirror": "^5.49.0"
},