Skip to content

Commit adaf921

Browse files
authored
Remove @matrix-org/olm from dependency list (#4876)
Olm is needed at build time to run the tests, but is no longer needed at runtime.
1 parent cdece6c commit adaf921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"dependencies": {
5252
"@babel/runtime": "^7.12.5",
5353
"@matrix-org/matrix-sdk-crypto-wasm": "^14.2.0",
54-
"@matrix-org/olm": "3.2.15",
5554
"another-json": "^0.2.0",
5655
"bs58": "^6.0.0",
5756
"content-type": "^1.0.4",
@@ -81,6 +80,7 @@
8180
"@babel/preset-env": "^7.12.11",
8281
"@babel/preset-typescript": "^7.12.7",
8382
"@casualbot/jest-sonar-reporter": "2.2.7",
83+
"@matrix-org/olm": "3.2.15",
8484
"@peculiar/webcrypto": "^1.4.5",
8585
"@stylistic/eslint-plugin": "^4.0.0",
8686
"@types/content-type": "^1.1.5",

0 commit comments

Comments
 (0)