Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 377feaa

Browse files
committedMay 15, 2023
Rename @miniflare/tre to miniflare, and bump to 3.0.0-rc.1

File tree

125 files changed

+130
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+130
-86
lines changed
 

‎.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dist
2-
packages/tre/src/runtime/config/workerd.*
2+
packages/miniflare/src/runtime/config/workerd.*

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Test
77

88
on:
99
push:
10-
branches: [master, tre]
10+
branches: [master, miniflare]
1111
pull_request:
12-
branches: [master, tre]
12+
branches: [master, miniflare]
1313

1414
jobs:
1515
test:

0 commit comments

Comments
 (0)
This repository has been archived.