File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ deploy:
2222 file :
2323 - remark-toc.js
2424 - remark-toc.min.js
25+ skip_cleanup : true
2526 on :
2627 tags : true
2728 node : ' 6.0'
Original file line number Diff line number Diff line change 44 "description" : " Generate a Table of Contents (TOC) from a given Markdown file" ,
55 "main" : " index.js" ,
66 "files" : [
7+ " lib" ,
78 " index.js"
89 ],
910 "scripts" : {
1617 "test-coverage" : " istanbul cover test/index.js" ,
1718 "test" : " npm run build && npm run lint && npm run test-coverage"
1819 },
19- "keywords" : [],
20+ "keywords" : [
21+ " mdast" ,
22+ " util" ,
23+ " toc"
24+ ],
2025 "author" : " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
2126 "contributors" : [
2227 " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
You can’t perform that action at this time.
0 commit comments