Fix package.json bin & repository fields

This commit is contained in:
Michael Telatynski 2025-03-13 11:32:18 +00:00
parent ca0b82d6e3
commit 2f1bc2ab78

View File

@ -1,8 +1,12 @@
{
"name": "@element-hq/element-web-module-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "Module API surface for element-web",
"repository": "https://github.com/element-hq/element-web-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-web-modules.git",
"directory": "packages/element-web-module-api"
},
"author": "element-hq",
"license": "SEE LICENSE IN README.md",
"type": "module",