Skip to content

Commit a7fa70e

Browse files
include lib in packages
1 parent ff73541 commit a7fa70e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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": {
@@ -16,7 +17,11 @@
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)",

0 commit comments

Comments
 (0)