Skip to content

Commit 2c487d6

Browse files
author
Steven Boutcher
authored
Update package.json
1 parent 0e989fb commit 2c487d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "amazon_challenge",
3-
"version": "1.0.0",
4-
"description": "Verify details about the coolest album of 2023",
2+
"name": "web-slinger",
3+
"version": "1.0.1",
4+
"description": "A Spiderman fan's Playwright implementation using TypeScript & a custom POM approach",
55
"scripts": {
66
"test": "npx playwright test"
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/boutchersj/amazon_challenge.git"
10+
"url": "git+https://github.com/boutchersj/web-slinger.git"
1111
},
1212
"author": "Steven Boutcher",
1313
"license": "ISC",
1414
"bugs": {
15-
"url": "https://github.com/boutchersj/amazon_challenge/issues"
15+
"url": "https://github.com/boutchersj/web-slinger/issues"
1616
},
17-
"homepage": "https://github.com/boutchersj/amazon_challenge#readme",
17+
"homepage": "https://github.com/boutchersj/web-slinger#readme",
1818
"devDependencies": {
1919
"@playwright/test": "^1.38.1",
2020
"@types/node": "^20.8.3",

0 commit comments

Comments
 (0)