From fdf4c25598c1bcf2cd7db42cca24fc6902f85981 Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:53:39 +0200 Subject: [PATCH 01/13] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ce07cb..682dcfa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devops", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { From 7ff939862e0a74932487b866bc1b46b86f2a0227 Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:54:40 +0200 Subject: [PATCH 02/13] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 682dcfa1..9b4e39b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devops", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { From d35a363e9145dbf01647f67b0cb5141de5684962 Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:15:47 +0200 Subject: [PATCH 03/13] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b4e39b2..682dcfa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devops", - "version": "1.0.2", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { From 8614364863fe35b79991bd41069525b6e392c097 Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:16:19 +0200 Subject: [PATCH 04/13] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 682dcfa1..f00cf9d5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "jest", - "build": "webpack src/app.js -o public/bundle.js", + "build": "webpack src/app2.js -o public/bundle.js", "deploy": "firebase deploy --token \"$FIREBASE_TOKEN\" --only hosting" }, "keywords": [], From 1b28bb94f006d4bc8c912cec4503de39ac5f59ae Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:18:35 +0200 Subject: [PATCH 05/13] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f00cf9d5..682dcfa1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "jest", - "build": "webpack src/app2.js -o public/bundle.js", + "build": "webpack src/app.js -o public/bundle.js", "deploy": "firebase deploy --token \"$FIREBASE_TOKEN\" --only hosting" }, "keywords": [], From 58ff0acd6bd797f7cd27e9c77ab97f986ecbaef8 Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:23:00 +0200 Subject: [PATCH 06/13] Update .firebaserc --- .firebaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.firebaserc b/.firebaserc index 4caeba4b..07735b49 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,5 +1,5 @@ { "projects": { - "default": "fireship-lessons" + "default": "test-4b7c4" } } From 1fb185064fb1460e8f89947827441ed1aaa5c40f Mon Sep 17 00:00:00 2001 From: caesargilles <153262010+caesargilles@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:25:28 +0200 Subject: [PATCH 07/13] Update index.html --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index e089f73d..b05e9d7c 100644 --- a/public/index.html +++ b/public/index.html @@ -7,9 +7,9 @@
-
-