Bump libolm dependency, and update package name.

This commit is contained in:
Hubert Chathi 2021-05-21 16:10:48 -04:00
parent c41ba297e3
commit 53eb0e0f26
3 changed files with 7 additions and 7 deletions

View file

@ -19,8 +19,8 @@ limitations under the License.
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import olmWasmPath from "olm/olm.wasm";
import Olm from 'olm';
import olmWasmPath from "@matrix-org/olm/olm.wasm";
import Olm from '@matrix-org/olm';
import * as ReactDOM from "react-dom";
import * as React from "react";