Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinshenoy committed Jul 12, 2023
1 parent ee77990 commit 8288958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const App = () => {
return (
<div>
<MarkdownEditor
markdown={markdown}
value={markdown}
onChange={setMarkdown}
/>
<MarkdownViewer markdown={markdown} />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-github-markdown",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Github Markdown Editor & Viewer for React",
"scripts": {
"build": "rm -rf dist && rollup -c",
"lint": "eslint src/ --ext .ts,.tsx",
"lint-fix": "eslint --fix src/ --ext .ts,.tsx",
"storybook": "start-storybook -p 6006",
"build-storybook": "npm run build-tailwind && build-storybook",
"build-storybook": "npm run build-storybook",
"type-check": "tsc --noEmit --emitDeclarationOnly false"
},
"contributors": [
Expand Down

0 comments on commit 8288958

Please sign in to comment.