Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from accordproject/dl-bump-md-editor
Browse files Browse the repository at this point in the history
chore(markdown-editor): bump markdown-editor dependency to 0.4.15
  • Loading branch information
DianaLease authored Jun 18, 2019
2 parents 62e5469 + 39d6bbd commit c91d2a6
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 41 deletions.
111 changes: 72 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@accordproject/cicero-core": "^0.12.4",
"@accordproject/markdown-editor": "^0.4.13",
"@accordproject/markdown-editor": "^0.4.15",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ClauseEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ClauseEditor.propTypes = {
/**
* Initial contents of the editor (clause text)
*/
markdown: PropTypes.string.isRequired,
value: PropTypes.object.isRequired,

/**
* Callback when parsing is completed
Expand Down

0 comments on commit c91d2a6

Please sign in to comment.