Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 0c0e477

Browse files
committed
chore: update package.json description, name etc.
1 parent 7c4ec82 commit 0c0e477

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "pptr-testing-library",
2+
"name": "playwright-testing-library",
33
"version": "0.0.0-development",
4-
"description": "puppeteer + dom-testing-library",
4+
"description": "playwright + dom-testing-library",
55
"main": "./dist/index.js",
66
"scripts": {
77
"test": "npm run test:lint && npm run test:unit",
@@ -17,16 +17,16 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/testing-library/pptr-testing-library.git"
20+
"url": "https://github.com/hoverinc/playwright-testing-library.git"
2121
},
22-
"author": "Patrick Hulce <[email protected]>",
22+
"author": "Patrick Hulce <[email protected]>, Kerry Gould <[email protected]>, Jamie Rolfs <[email protected]>",
2323
"license": "MIT",
24-
"homepage": "https://github.com/testing-library/pptr-testing-library#readme",
24+
"homepage": "https://github.com/hoverinc/playwright-testing-library#readme",
2525
"bugs": {
26-
"url": "https://github.com/testing-library/pptr-testing-library/issues"
26+
"url": "https://github.com/hoverinc/playwright-testing-library/issues"
2727
},
2828
"keywords": [
29-
"puppeteer",
29+
"playwright",
3030
"dom-testing-library",
3131
"testing-library",
3232
"testing",
@@ -78,6 +78,6 @@
7878
"puppeteer": "^1.5.0 || ^2.0.0"
7979
},
8080
"engines": {
81-
"node": "^10 || ^12 || ^13"
81+
"node": "^10 || ^12 || ^13 || ^14"
8282
}
8383
}

0 commit comments

Comments
 (0)