create-playwright-pom-start 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -71,7 +71,7 @@ Or scaffold in a subfolder: `npx playwright-pom my-project`
71
71
 
72
72
  ## Repository & docs
73
73
 
74
- - **GitHub:** [github.com/GabrielDali/playwright-pom](https://github.com/GabrielDali/playwright-pom)
74
+ - **GitHub:** [github.com/GabrielDali/pom-pw-js](https://github.com/GabrielDali/playwright-pom)
75
75
  - **Main package (playwright-pom):** [npmjs.com/package/playwright-pom](https://www.npmjs.com/package/playwright-pom)
76
76
 
77
77
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
5
5
  "keywords": [
6
6
  "playwright",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/GabrielDali/playwright-pom.git"
30
+ "url": "https://github.com/GabrielDali/pom-pw-js.git"
31
31
  },
32
32
  "dependencies": {
33
33
  "playwright-pom": "1.0.0-beta.3"