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 113925c commit 63f519aCopy full SHA for 63f519a
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.4.1",
+ "version": "0.5.1",
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.4.0"
+ "eslint-plugin-playwright": "^0.5.1"
14
}
15
0 commit comments