Skip to content

Commit fe1c279

Browse files
committed
Update to markdown-it @^13.0.1
1 parent b1c9f19 commit fe1c279

File tree

3 files changed

+5
-56
lines changed

3 files changed

+5
-56
lines changed

HISTORY.md

-47
This file was deleted.

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'
2-
31
const markdownIt = require('markdown-it')
42

53
exports.name = 'markdown-it'

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jstransformer-markdown-it",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "markdown-it support for JSTransformers.",
55
"keywords": [
66
"jstransformer",
@@ -10,17 +10,15 @@
1010
"index.js"
1111
],
1212
"dependencies": {
13-
"markdown-it": "^12.3.2"
13+
"markdown-it": "^13.0.1"
1414
},
1515
"devDependencies": {
16-
"markdown-it-container": "^2.0.0",
16+
"markdown-it-container": "^3.0.0",
1717
"markdown-it-mark": "^3.0.0",
18-
"test-jstransformer": "^1.0.0",
19-
"xo": "*"
18+
"test-jstransformer": "^1.0.0"
2019
},
2120
"scripts": {
22-
"test": "test-jstransformer",
23-
"posttest": "xo --space=2 --no-semicolon index.js"
21+
"test": "test-jstransformer"
2422
},
2523
"engines": {
2624
"node": ">=7"

0 commit comments

Comments
 (0)