Skip to content

Commit

Permalink
feat: add URL module export to deno.json
Browse files Browse the repository at this point in the history
- Introduced a new export for the URL module in deno.json, enhancing the module's accessibility within the project.
- This addition supports improved functionality and organization of the codebase by allowing the use of URL-related features.
  • Loading branch information
iugo committed Dec 18, 2024
1 parent d07b7d0 commit b924192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"./ts/object": "./ts/object.ts",
"./ts/string": "./ts/string.ts",
"./ts/time": "./ts/time.ts",
"./ts/url": "./ts/url.ts",
"./deno/copy": "./deno/copy.ts",
"./deno/git": "./deno/git.ts",
"./deno/run": "./deno/run.ts",
Expand Down

0 comments on commit b924192

Please sign in to comment.