Skip to content

Commit 2c0576e

Browse files
authored
chore: mark tools package as private (#34511)
1 parent bd2fdd0 commit 2c0576e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playwright-tools/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@playwright/experimental-tools",
3-
"version": "1.51.0-next",
3+
"private": true,
4+
"version": "0.0.0",
45
"description": "Playwright Tools for AI",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)