Update package.json for module-api to have correct repo config (#33690)

This commit is contained in:
Will Hunt
2026-06-02 09:24:00 +01:00
committed by GitHub
parent 31b085ac30
commit bd1b5b492d
+2 -2
View File
@@ -5,8 +5,8 @@
"description": "Module API surface for element-web",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-modules.git",
"directory": "packages/element-web-module-api"
"url": "git+https://github.com/element-hq/element-web.git",
"directory": "packages/module-api"
},
"author": "element-hq",
"license": "SEE LICENSE IN README.md",