Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-abc committed Aug 10, 2022
1 parent 00301f3 commit 6526162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-markdown",
"description": "A markdown renderer for Svelte",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/sveltemarkdown.js",
"module": "dist/sveltemarkdown.es.js",
"jsnext:main": "dist/sveltemarkdown.es.js",
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Props = {
/**
* The Markdown source to be parsed, or an array of tokens to be rendered directly.
*/
source: string|TokensList
source: string | TokensList

/**
* An object where the keys represent a node type and the value is a Svelte component. This
Expand Down

0 comments on commit 6526162

Please sign in to comment.