File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "private" : true ,
3- "version" : " 0.0.0" ,
4- "description" : " hypertext abstract syntax tree" ,
5- "license" : " MIT" ,
6- "keywords" : [],
7- "repository" : " syntax-tree/hast" ,
8- "bugs" : " https://github.com/syntax-tree/hast/issues" ,
92 "author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
3+ "bugs" : " https://github.com/syntax-tree/hast/issues" ,
104 "contributors" : [
115 " Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
126 ],
7+ "description" : " hypertext abstract syntax tree" ,
138 "devDependencies" : {
149 "remark-cli" : " ^12.0.0" ,
1510 "remark-preset-wooorm" : " ^10.0.0"
1611 },
12+ "keywords" : [],
13+ "license" : " MIT" ,
14+ "private" : true ,
15+ "repository" : " syntax-tree/hast" ,
1716 "scripts" : {
18- "format" : " remark . -qfo " ,
17+ "format" : " remark --frail --output --quiet -- . " ,
1918 "test" : " npm run format"
2019 },
2120 "remarkConfig" : {
2221 "plugins" : [
2322 " remark-preset-wooorm"
2423 ]
25- }
24+ },
25+ "version" : " 0.0.0"
2626}
You can’t perform that action at this time.
0 commit comments