From 3723c4918dbe29c20df6289ac63fc735ded6d419 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 22:41:29 +0200
Subject: [PATCH] simplfy installation

---
 .ci/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 3b07b3de..66b918e4 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # install npm
-npm install -g npm@latest yo grunt-cli generator-reveal bower
+npm install -g npm@latest grunt-cli generator-reveal
 npm install
 
 # build the master version into stable
-- 
GitLab