mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix package.json bin & repository fields
This commit is contained in:
parent
5d866e86ba
commit
0fa87a2d7e
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "@element-hq/element-web-playwright-common",
|
||||
"type": "module",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "SEE LICENSE IN README.md",
|
||||
"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-playwright-common"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"playwright-screenshots": "./playwright-screenshots.sh"
|
||||
"playwright-screenshots": "playwright-screenshots.sh"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user