File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-markdown" ,
3
- "version" : " 0.33 .0" ,
3
+ "version" : " 0.34 .0" ,
4
4
"description" : " PostCSS syntax for parsing Markdown" ,
5
5
"repository" : {
6
6
"type" : " git" ,
34
34
"check-coverage" : true
35
35
},
36
36
"scripts" : {
37
- "test" : " nyc mocha --no-timeouts"
37
+ "mocha" : " mocha --no-timeouts" ,
38
+ "test" : " nyc npm run mocha" ,
39
+ "debug" : " npm run mocha -- --inspect-brk"
38
40
},
39
41
"dependencies" : {
40
42
"remark" : " ^9.0.0" ,
41
43
"unist-util-find-all-after" : " ^1.0.2"
42
44
},
43
45
"peerDependencies" : {
44
46
"postcss" : " >=5.0.0" ,
45
- "postcss-syntax" : " >=0.33 .0"
47
+ "postcss-syntax" : " >=0.34 .0"
46
48
},
47
49
"devDependencies" : {
48
50
"chai" : " ^4.1.2" ,
49
- "codecov" : " ^3.0.4 " ,
51
+ "codecov" : " ^3.1.0 " ,
50
52
"mocha" : " ^5.2.0" ,
51
- "nyc" : " ^12 .0.2 " ,
53
+ "nyc" : " ^13 .0.1 " ,
52
54
"postcss" : " ^7.0.2" ,
53
- "postcss-html" : " >=0.33 .0" ,
55
+ "postcss-html" : " >=0.34 .0" ,
54
56
"postcss-less" : " ^2.0.0" ,
55
57
"postcss-scss" : " ^2.0.0" ,
56
- "postcss-syntax" : " >=0.33 .0" ,
58
+ "postcss-syntax" : " >=0.34 .0" ,
57
59
"sugarss" : " ^2.0.0"
58
60
}
59
61
}
You can’t perform that action at this time.
0 commit comments