Skip to content

Commit

Permalink
fix: fix npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 7, 2024
1 parent 8a615f1 commit f09b303
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/acorn",
"version": "0.5.1-alpha.4",
"version": "0.5.1-alpha.5",
"exports": {
".": "./mod.ts",
"./context": "./context.ts",
Expand Down
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

2 changes: 1 addition & 1 deletion router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import {
} from "./util.ts";

if (!("URLPattern" in globalThis)) {
await import("urlpattern-polyfill");
await import("npm:urlpattern-polyfill@10.0.0");
}

/** Valid return values from a route handler. */
Expand Down

0 comments on commit f09b303

Please sign in to comment.