diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-11 13:43:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 17:43:46 +0000 |
| commit | ba63740e7f390a5778baf01ba156f0b02c55a089 (patch) | |
| tree | de095412d474c63ba2c300bbb027e48195e3b51a /tests/specs/run/netlify_edge_bundler_hack/package.json | |
| parent | 4f15aada02450824a0a6e2602dde2fffdd9fd90a (diff) | |
chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)
Hack for a few months until Deno 2.0. See code for details
Diffstat (limited to 'tests/specs/run/netlify_edge_bundler_hack/package.json')
| -rw-r--r-- | tests/specs/run/netlify_edge_bundler_hack/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/run/netlify_edge_bundler_hack/package.json b/tests/specs/run/netlify_edge_bundler_hack/package.json new file mode 100644 index 000000000..bd0ecbc6e --- /dev/null +++ b/tests/specs/run/netlify_edge_bundler_hack/package.json @@ -0,0 +1,4 @@ +{ + "name": "my-package", + "version": "1.0.0" +} |
