From a613ea6d42b148ae9c4d94c2e6d09327245d6ef3 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Mon, 6 Feb 2017 18:26:32 +0100
Subject: [PATCH] [fix] #828 Duniter-UI was not correctly updated

---
 appveyor.yml               | 2 +-
 ci/travis/before_deploy.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 64cbe723a..24970f185 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -48,7 +48,7 @@ after_test:
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v%ADDON_VERSION%-win32-x64\node_sqlite3.node /Y
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../..
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production
-  - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui@0.3.1 --save --production
+  - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui --save --production
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %cd%\node_modules\duniter-ui\node_modules
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..
   - if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
diff --git a/ci/travis/before_deploy.sh b/ci/travis/before_deploy.sh
index 7ec779776..7955fa1bd 100755
--- a/ci/travis/before_deploy.sh
+++ b/ci/travis/before_deploy.sh
@@ -17,7 +17,7 @@ if [[ ! -f before_deploy ]]; then
 
   # Clean test and UI packages
   npm prune --production
-  npm install duniter-ui@0.3.1 --save --production
+  npm install duniter-ui --save --production
   rm -Rf node_modules/duniter-ui/node_modules
 
   SRC=`pwd`
-- 
GitLab