From a58d2ba8211f6b8dbc511530640b65068eb20da8 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 20 Sep 2022 16:23:48 +0200
Subject: [PATCH] Install mirador via git url

---
 .gitmodules  | 0
 package.json | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 .gitmodules

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..e69de29
diff --git a/package.json b/package.json
index d2ae48a..dc16400 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,8 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation.git#95e5ece6522482c0028ffe895f4460ac513816ad",
     "css-loader": "^3.6.0",
+    "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git",
     "react": "^16.13.1",
     "react-dom": "^16.13.1",
     "style-loader": "^1.2.1",
-- 
GitLab