Fix package.json bin & repository fields
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@element-hq/element-web-module-api",
|
"name": "@element-hq/element-web-module-api",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Module API surface for element-web",
|
"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",
|
"author": "element-hq",
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user