bump markdown node package version

This commit is contained in:
Dave Conway-Jones 2020-07-16 10:16:03 +01:00
parent 4cabe5ea30
commit 81039eacbc
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name": "node-red-node-markdown",
"version": "0.1.4",
"version": "0.2.0",
"description": "A Node-RED node to convert a markdown string to html.",
"dependencies": {
"markdown-it": "^10.0.0"
"markdown-it": "^11.0.0"
},
"repository": {
"type": "git",