From cb23533e55aa83c58388b1e1374a45bd21ab1cf9 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 12 Jan 2017 14:13:26 +0100
Subject: [PATCH] Updated config dot files

---
 .yo-rc.json  | 4 ++--
 bower.json   | 5 +----
 package.json | 9 +++++----
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/.yo-rc.json b/.yo-rc.json
index d7d5b0ea..07326540 100644
--- a/.yo-rc.json
+++ b/.yo-rc.json
@@ -1,7 +1,7 @@
 {
   "generator-reveal": {
-    "presentationTitle": "Débuter avec Git et Github",
+    "presentationTitle": "Basic GIT Training",
     "packageVersion": "0.0.1",
     "useSass": false
   }
-}
\ No newline at end of file
+}
diff --git a/bower.json b/bower.json
index 9517957a..d3a938b8 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,4 @@
 {
-  "name": "debuter-avec-git-et-github",
+  "name": "basicGitTraining",
   "version": "0.0.1",
-  "dependencies": {
-    "reveal.js": "9da2921b7452204b99cd1b3e448e22735f16c751"
-  }
 }
diff --git a/package.json b/package.json
index b3951b4e..2e3e9902 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,14 @@
   "private": true,
   "devDependencies": {
     "grunt": "~0.4.1",
+    "grunt-coffeelint": "0.0.7",
     "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-watch": "~0.5.3",
     "grunt-contrib-copy": "~0.4.1",
     "grunt-contrib-jshint": "~0.7.0",
-    "load-grunt-tasks": "~0.2.0",
-    "grunt-coffeelint": "0.0.7",
-    "grunt-gh-pages": "~0.9.0"
+    "grunt-contrib-sass": "^1.0.0",
+    "grunt-contrib-watch": "~0.5.3",
+    "grunt-gh-pages": "~0.9.0",
+    "load-grunt-tasks": "~0.2.0"
   },
   "engines": {
     "node": ">=0.8.0"
-- 
GitLab