Commit fe1c279 1 parent b1c9f19 commit fe1c279 Copy full SHA for fe1c279
File tree 3 files changed +5
-56
lines changed
3 files changed +5
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- 'use strict'
2
-
3
1
const markdownIt = require ( 'markdown-it' )
4
2
5
3
exports . name = 'markdown-it'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jstransformer-markdown-it" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " markdown-it support for JSTransformers." ,
5
5
"keywords" : [
6
6
" jstransformer" ,
10
10
" index.js"
11
11
],
12
12
"dependencies" : {
13
- "markdown-it" : " ^12.3.2 "
13
+ "markdown-it" : " ^13.0.1 "
14
14
},
15
15
"devDependencies" : {
16
- "markdown-it-container" : " ^2 .0.0" ,
16
+ "markdown-it-container" : " ^3 .0.0" ,
17
17
"markdown-it-mark" : " ^3.0.0" ,
18
- "test-jstransformer" : " ^1.0.0" ,
19
- "xo" : " *"
18
+ "test-jstransformer" : " ^1.0.0"
20
19
},
21
20
"scripts" : {
22
- "test" : " test-jstransformer" ,
23
- "posttest" : " xo --space=2 --no-semicolon index.js"
21
+ "test" : " test-jstransformer"
24
22
},
25
23
"engines" : {
26
24
"node" : " >=7"
You can’t perform that action at this time.
0 commit comments