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 b87e4e1 commit 6ca2047Copy full SHA for 6ca2047
package.json
@@ -2,7 +2,6 @@
2
"name": "@wpsyntex/e2e-test-utils",
3
"version": "0.1.0",
4
"description": "End-to-end test utilities for Polylang projects.",
5
- "main": "src/index.js",
6
"scripts": {
7
"lint:js": "wp-scripts lint-js"
8
},
@@ -14,6 +13,14 @@
14
13
],
15
"author": "WP Syntex",
16
"license": "GPL-2.0-or-later",
+ "homepage": "https://github.com/polylang/e2e-test-utils/tree/HEAD/README.md",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/polylang/e2e-test-utils.git"
20
+ },
21
+ "bugs": {
22
+ "url": "https://github.com/polylang/e2e-test-utils/issues"
23
24
"peerDependencies": {
25
"@playwright/test": ">=1"
26
0 commit comments