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:
22
22
file :
23
23
- remark-toc.js
24
24
- remark-toc.min.js
25
+ skip_cleanup : true
25
26
on :
26
27
tags : true
27
28
node : ' 6.0'
Original file line number Diff line number Diff line change 4
4
"description" : " Generate a Table of Contents (TOC) from a given Markdown file" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
7
+ " lib" ,
7
8
" index.js"
8
9
],
9
10
"scripts" : {
16
17
"test-coverage" : " istanbul cover test/index.js" ,
17
18
"test" : " npm run build && npm run lint && npm run test-coverage"
18
19
},
19
- "keywords" : [],
20
+ "keywords" : [
21
+ " mdast" ,
22
+ " util" ,
23
+ " toc"
24
+ ],
20
25
"author" : " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
21
26
"contributors" : [
22
27
" Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" ,
You can’t perform that action at this time.
0 commit comments