Skip to content

Commit 883bf90

Browse files
committed
fix repo URL in package.json
1 parent 863091d commit 883bf90

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"workbench.colorCustomizations": {
33
"activityBar.background": "#1f6fd0",
4+
"activityBar.activeBackground": "#1f6fd0",
45
"activityBar.activeBorder": "#ee90bb",
56
"activityBar.foreground": "#e7e7e7",
67
"activityBar.inactiveForeground": "#e7e7e799",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "codecept-playwright-facebook",
2+
"name": "codecept-playwright-fb",
33
"version": "1.0.0",
4-
"description": "testing facebook landing page with CodeceptJS & MS-Playwright",
4+
"description": "testing fb landing page with CodeceptJS & MS-Playwright",
55
"scripts": {
66
"test": "npx codeceptjs run --steps"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/tomByrer/codecept-playwright-facebook.git"
10+
"url": "git+https://github.com/tomByrer/codecept-playwright-fb.git"
1111
},
1212
"keywords": [
1313
"CodeceptJS",
@@ -17,9 +17,9 @@
1717
"author": "tom byrer",
1818
"license": "ISC",
1919
"bugs": {
20-
"url": "https://github.com/tomByrer/codecept-playwright-facebook/issues"
20+
"url": "https://github.com/tomByrer/codecept-playwright-fb/issues"
2121
},
22-
"homepage": "https://github.com/tomByrer/codecept-playwright-facebook#readme",
22+
"homepage": "https://github.com/tomByrer/codecept-playwright-fb#readme",
2323
"devDependencies": {
2424
"codeceptjs": "^2.5.0",
2525
"playwright": "^0.11.1"

0 commit comments

Comments
 (0)