Skip to content

Commit d4dc1e0

Browse files
committed
Update package.json to version 1.0.2 and change repository URLs. Updated the version number and modified the repository, bugs, and homepage URLs to reflect the new ownership under Framework-Island.
1 parent 07a24e4 commit d4dc1e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stepwright",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A powerful web scraping library built with Playwright",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -43,12 +43,12 @@
4343
"license": "MIT",
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/lablnet/stepwright.git"
46+
"url": "https://github.com/Framework-Island/stepwright"
4747
},
4848
"bugs": {
49-
"url": "https://github.com/lablnet/stepwright/issues"
49+
"url": "https://github.com/Framework-Island/stepwright/issues"
5050
},
51-
"homepage": "https://github.com/lablnet/stepwright#readme",
51+
"homepage": "https://github.com/Framework-Island/stepwright/stepwright#readme",
5252
"publishConfig": {
5353
"access": "public"
5454
},
@@ -76,4 +76,4 @@
7676
"peerDependencies": {
7777
"playwright": "^1.54.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)