Skip to content

Commit 4b42294

Browse files
committed
fix: cleanup repo name
1 parent 565cdde commit 4b42294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
release:
1212
name: release
13-
if: ${{ github.repository == 'remix-run/web-std-io' }}
13+
if: ${{ github.repository == 'web-std/io' }}
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@remix-run/web-std-io",
2+
"name": "@web-std/io",
33
"private": true,
44
"workspaces": [
55
"packages/blob",

0 commit comments

Comments
 (0)