From a0665b51ab527af243277e5c18678c873fec3f66 Mon Sep 17 00:00:00 2001 From: bencharp Date: Wed, 9 Feb 2022 08:27:54 +0100 Subject: [PATCH] add npm package version --- manifest.json | 2 +- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index ca06a07..ffe63d0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A remoteStorage server running as a nodejs web service with systemd", "fr": "Un serveur remoteStorage excécuté en tant que service web nodejs par systemd" }, - "version": "0.0.6~ynh1", + "version": "0.0.7~ynh1", "url": "https://github.com/remotestorage/armadietto", "upstream": { "license": "MIT", diff --git a/scripts/install b/scripts/install index 2cad7d1..2b306f1 100755 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js" ynh_script_progression --message="Install armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto + ynh_npm -g i armadietto@0.1.5 popd #================================================= diff --git a/scripts/restore b/scripts/restore index 3f33626..303a3a9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -94,7 +94,7 @@ ynh_restore_file --origin_path="$datadir" --not_mandatory ynh_script_progression --message="REinstall armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto + ynh_npm -g i armadietto@0.1.5 popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 0e09d5d..139b309 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -146,7 +146,7 @@ then ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto + ynh_npm -g i armadietto@0.1.5 popd fi