Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Jul 13, 2022
1 parent b04626f commit 1f9b0f9
Show file tree
Hide file tree
Showing 14 changed files with 1,482 additions and 240 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _minimal_ layer for **your own back-end framework**.
## URL Pattern

The best way to learn and test the URL Pattern API is Zaubrik's free
[URL Pattern User Interface](https://dev.zaubrik.com/composium/url_pattern).
[URL Pattern User Interface](https://dev.zaubrik.com/composium/url-pattern).

## Documentation

Expand Down
4 changes: 3 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"tasks": {
"test": "deno test --doc --unstable --allow-all"
"test": "deno test --doc --unstable --allow-all",
"bundle": "deno bundle static/src/index.ts > static/dist/index.js"
},
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable", "deno.ns"],
"strict": true,
"importsNotUsedAsValues": "preserve",
"useUnknownInCatchVariables": true,
"noImplicitOverride": false,
"checkJs": true
Expand Down
Empty file added url-pattern/dist/.gitkeep
Empty file.
Loading

0 comments on commit 1f9b0f9

Please sign in to comment.