bump markdown library package

This commit is contained in:
Dave Conway-Jones 2019-07-12 16:02:34 +01:00
parent f7fa242d4d
commit 294e34da5c
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 14 additions and 11 deletions

View File

@ -1,16 +1,19 @@
{ {
"name": "node-red-node-markdown", "name": "node-red-node-markdown",
"version" : "0.1.1", "version": "0.1.2",
"description": "A Node-RED node to convert a markdown string to html.", "description": "A Node-RED node to convert a markdown string to html.",
"dependencies": { "dependencies": {
"markdown-it": "^8.4.2" "markdown-it": "^9.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/markdown" "url": "https://github.com/node-red/node-red-nodes/tree/master/parsers/markdown"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "node-red", "markdown" ], "keywords": [
"node-red",
"markdown"
],
"node-red": { "node-red": {
"nodes": { "nodes": {
"markdown": "70-markdown.js" "markdown": "70-markdown.js"