mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Fix package.json bin & repository fields
This commit is contained in:
parent
ca0b82d6e3
commit
2f1bc2ab78
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user