chore: mark as v0.0.5

This commit is contained in:
Pavel Feldman 2025-03-27 09:23:28 -07:00
parent 723a5420e6
commit 2c408f3818
2 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@playwright/mcp",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@playwright/mcp",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",

View File

@ -1,6 +1,6 @@
{
"name": "@playwright/mcp",
"version": "0.0.4",
"version": "0.0.5",
"description": "Playwright Tools for MCP",
"repository": {
"type": "git",
@ -18,7 +18,9 @@
"build": "tsc",
"lint": "eslint .",
"watch": "tsc --watch",
"test": "playwright test"
"test": "playwright test",
"clean": "rm -rf lib",
"publish": "npm run clean && npm run build && npm run test && npm publish"
},
"exports": {
"./package.json": "./package.json",