From c02cf5ea8626567fd59a88d1b759f9a5dc048e8d Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Wed, 11 Oct 2023 10:58:49 -0400
Subject: [PATCH] CSS type

---
 .gitignore        | 2 ++
 index.html        | 5 ++---
 package-lock.json | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 15906c1..d0d101f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@ node_modules
 dist-ssr
 *.local
 
+pckage-lock.json
+
 # Editor directories and files
 .vscode/*
 !.vscode/extensions.json
diff --git a/index.html b/index.html
index 5553c88..a211edf 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 <html>
 <head>
 	<link rel="icon" type="image/x-icon" href="images/logo.png">
- 	<link rel="stylesheet" href="src/style.css">
+ 	<link rel="stylesheet" type="text/css" href="src/style.css">
 	<meta charset="utf-8">
 	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
 	<meta http-equiv="Pragma" content="no-cache" />
@@ -75,7 +75,6 @@
 			</div>
 		</div>
 	</div>
-	<script src="/src/interface.js" type="module"></script>
-	<script src="/src/interface.js" type="module"></script>
+	<script type="module" src="/src/interface.js"></script>
 </body>
 </html>
diff --git a/package-lock.json b/package-lock.json
index 1a0b4ab..6072143 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
       "dependencies": {
         "browserify-zlib": "^0.2.0",
         "buffer": "^6.0.0",
-        "events": "^3.3.0",
+        "events": "^3.0.0",
         "gerber-to-svg": "^4.2.8",
         "process": "^0.11.10",
         "save-svg-as-png": "^1.4.0",
-- 
GitLab