Fix package.json bin & repository fields

This commit is contained in:
Michael Telatynski 2025-03-13 11:32:18 +00:00
parent 5d866e86ba
commit 0fa87a2d7e

View File

@ -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",