From 6edbec45eb46ac0d1e3d2481ca96ec00d3a0fd12 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 26 Aug 2020 15:43:08 +0200 Subject: [PATCH] move olm into own lib directory --- lib/olm.js | 1 - lib/olm.wasm | 1 - lib/olm/olm.js | 1 + lib/olm/olm.wasm | 1 + lib/olm/olm_legacy.js | 1 + prototypes/olmtest.html | 4 ++-- 6 files changed, 5 insertions(+), 4 deletions(-) delete mode 120000 lib/olm.js delete mode 120000 lib/olm.wasm create mode 120000 lib/olm/olm.js create mode 120000 lib/olm/olm.wasm create mode 120000 lib/olm/olm_legacy.js diff --git a/lib/olm.js b/lib/olm.js deleted file mode 120000 index 9f16c77b..00000000 --- a/lib/olm.js +++ /dev/null @@ -1 +0,0 @@ -../node_modules/olm/olm.js \ No newline at end of file diff --git a/lib/olm.wasm b/lib/olm.wasm deleted file mode 120000 index 8d848e89..00000000 --- a/lib/olm.wasm +++ /dev/null @@ -1 +0,0 @@ -../node_modules/olm/olm.wasm \ No newline at end of file diff --git a/lib/olm/olm.js b/lib/olm/olm.js new file mode 120000 index 00000000..8bedac52 --- /dev/null +++ b/lib/olm/olm.js @@ -0,0 +1 @@ +../../node_modules/olm/olm.js \ No newline at end of file diff --git a/lib/olm/olm.wasm b/lib/olm/olm.wasm new file mode 120000 index 00000000..39293356 --- /dev/null +++ b/lib/olm/olm.wasm @@ -0,0 +1 @@ +../../node_modules/olm/olm.wasm \ No newline at end of file diff --git a/lib/olm/olm_legacy.js b/lib/olm/olm_legacy.js new file mode 120000 index 00000000..140fffb8 --- /dev/null +++ b/lib/olm/olm_legacy.js @@ -0,0 +1 @@ +../../node_modules/olm/olm_legacy.js \ No newline at end of file diff --git a/prototypes/olmtest.html b/prototypes/olmtest.html index 9a17a189..839fb5ee 100644 --- a/prototypes/olmtest.html +++ b/prototypes/olmtest.html @@ -12,13 +12,13 @@ - +