File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "private" : true ,
3- "version" : " 0.0.0" ,
4- "description" : " markdown abstract syntax tree" ,
5- "license" : " MIT" ,
6- "keywords" : [],
7- "repository" : " syntax-tree/mdast" ,
8- "bugs" : " https://github.com/syntax-tree/mdast/issues" ,
92 "author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
3+ "bugs" : " https://github.com/syntax-tree/mdast/issues" ,
104 "contributors" : [
115 " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
126 " Eugene Sharygin <eush77@gmail.com>"
137 ],
8+ "description" : " markdown abstract syntax tree" ,
149 "devDependencies" : {
1510 "remark-cli" : " ^11.0.0" ,
1611 "remark-preset-wooorm" : " ^9.0.0"
1712 },
18- "scripts" : {
19- "format" : " remark . -qfo" ,
20- "test" : " npm run format"
21- },
13+ "keywords" : [],
14+ "license" : " MIT" ,
15+ "private" : true ,
2216 "remarkConfig" : {
2317 "plugins" : [
2418 " remark-preset-wooorm"
2519 ]
26- }
20+ },
21+ "repository" : " syntax-tree/mdast" ,
22+ "scripts" : {
23+ "format" : " remark --frail --output --quiet -- ." ,
24+ "test" : " npm run format"
25+ },
26+ "version" : " 0.0.0"
2727}
You can’t perform that action at this time.
0 commit comments