Skip to content

Commit 676ecd7

Browse files
committed
fix: cleanup repo name
1 parent 959eef8 commit 676ecd7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": [
44
"@changesets/cli/changelog",
5-
{ "repo": "remix-run/web-std-io" }
5+
{ "repo": "web-std/io" }
66
],
77
"commit": false,
88
"fixed": [],

packages/blob/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
}
2626
},
2727
"dependencies": {
28-
"@web-std/stream": "1.0.0",
28+
"@web-std/stream": "1.0.2",
2929
"web-encoding": "1.1.5"
3030
},
3131
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)",
3232
"repository": "https://github.com/web-std/io",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@remix-run/web-fetch": "^4.1.1",
3635
"@types/node": "15.0.2",
36+
"@web-std/fetch": "^4.1.2",
3737
"git-validate": "2.2.4",
3838
"husky": "^6.0.0",
3939
"lint-staged": "^11.0.0",

packages/file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"repository": "https://github.com/web-std/io",
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@remix-run/web-fetch": "^4.1.1",
4039
"@types/node": "15.0.2",
40+
"@web-std/fetch": "^4.1.2",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",
4343
"lint-staged": "^11.0.0",

packages/form-data/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"repository": "https://github.com/web-std/io",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@remix-run/web-blob": "^3.0.4",
38-
"@remix-run/web-fetch": "^4.1.1",
39-
"@remix-run/web-file": "^3.0.2",
4037
"@types/node": "15.0.2",
38+
"@web-std/blob": "^3.0.0",
39+
"@web-std/fetch": "^4.1.2",
40+
"@web-std/file": "^3.0.0",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",
4343
"lint-staged": "^11.0.0",

0 commit comments

Comments
 (0)