Skip to content

Commit 6ca2047

Browse files
committed
Add repo info in package.json.
1 parent b87e4e1 commit 6ca2047

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@wpsyntex/e2e-test-utils",
33
"version": "0.1.0",
44
"description": "End-to-end test utilities for Polylang projects.",
5-
"main": "src/index.js",
65
"scripts": {
76
"lint:js": "wp-scripts lint-js"
87
},
@@ -14,6 +13,14 @@
1413
],
1514
"author": "WP Syntex",
1615
"license": "GPL-2.0-or-later",
16+
"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+
},
1724
"peerDependencies": {
1825
"@playwright/test": ">=1"
1926
},

0 commit comments

Comments
 (0)