We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d4009 commit a54426fCopy full SHA for a54426f
.github/workflows/release.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
release:
12
name: release
13
- if: ${{ github.repository == 'remix-run/web-std-io' }}
+ if: ${{ github.repository == 'web-std/io' }}
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@remix-run/web-std-io",
+ "name": "@web-std/io",
3
"private": true,
4
"workspaces": [
5
"packages/blob",
0 commit comments