We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9702a commit 8140198Copy full SHA for 8140198
packages/eslint-plugin-jest-playwright/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "eslint-plugin-jest-playwright",
3
"description": "ESLint globals for your Jest Playwright setup.",
4
- "version": "0.5.1",
+ "version": "0.5.2",
5
"main": "index.js",
6
"repository": "https://github.com/mxschmitt/eslint-plugin-playwright",
7
"author": "Max Schmitt <max@schmitt.mx>",
@@ -10,6 +10,6 @@
10
"index.js"
11
],
12
"dependencies": {
13
- "eslint-plugin-playwright": "^0.5.1"
+ "eslint-plugin-playwright": "^0.5.2"
14
}
15
0 commit comments