Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Aug 20, 2023
1 parent ecb1f34 commit c2c624b
Show file tree
Hide file tree
Showing 5 changed files with 2,515 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
!/.github
!/.gitignore
deno.lock
static/dist/index.js
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ deno task serve

## Todo

- `deno bundle` seems to be broken. It works with
`deno upgrade --version 1.29.0`.
- More options
- Some browser tests
- Add markdown's **bold** and _italic_ syntax to the text input.
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"compilerOptions": {
"lib": ["esnext", "dom", "dom.iterable", "deno.ns"],
"strict": true,
"verbatimModuleSyntax": true,
"useUnknownInCatchVariables": true,
"verbatimModuleSyntax": true,
"noImplicitOverride": false,
"checkJs": true
}
Expand Down
Loading

0 comments on commit c2c624b

Please sign in to comment.