Skip to content

Commit 371575c

Browse files
committed
Revert to relative file path for foundry-playwright dependency
Use file:../../foundry-playwright/crowdstrike-foundry-playwright-0.5.0.tgz since the package is not yet published to npm. Will switch to a version specifier once @crowdstrike/foundry-playwright is available on npmjs.org.
1 parent a7a9436 commit 371575c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=22.0.0"
1616
},
1717
"dependencies": {
18-
"@crowdstrike/foundry-playwright": "latest"
18+
"@crowdstrike/foundry-playwright": "file:../../foundry-playwright/crowdstrike-foundry-playwright-0.5.0.tgz"
1919
},
2020
"devDependencies": {
2121
"@types/node": "latest"

0 commit comments

Comments
 (0)