Skip to content

Commit a54426f

Browse files
committed
fix: cleanup repo name
1 parent 50d4009 commit a54426f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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

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)