-
-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb2f44c
commit 2c6ab71
Showing
4 changed files
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# always ignore files | ||
*.DS_Store | ||
*.rar | ||
*.sublime-* | ||
*.zip | ||
_gh_pages | ||
|
||
# test related, or directories generated by tests | ||
test/actual | ||
actual | ||
bower_components | ||
examples | ||
coverage | ||
|
||
# npm | ||
node_modules | ||
npm-debug.log | ||
examples | ||
|
||
# misc | ||
_gh_pages | ||
benchmark | ||
bower_components | ||
vendor | ||
temp | ||
test/actual | ||
tmp | ||
TODO.md | ||
vendor | ||
|
||
|
||
example.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- node | ||
- '6' | ||
- '5' | ||
- '4' | ||
- '0.12' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,25 @@ | |
"version": "0.12.16", | ||
"homepage": "https://github.com/jonschlinkert/markdown-toc", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"(https://github.com/lu22do)", | ||
"=^._.^= (http://maxogden.com)", | ||
"Benjamin Schmitz (https://github.com/Vortex375)", | ||
"Christian Raunitschka (raunitschka.de)", | ||
"Daniel Chen (http://chendaniely.github.io)", | ||
"David Mohl <[email protected]> (https://dvcrn.github.io)", | ||
"Federico Soave (https://github.com/Feder1co5oave)", | ||
"Gary Green (https://github.com/garygreen)", | ||
"Jon Schlinkert <[email protected]> (http://twitter.com/jonschlinkert)", | ||
"Josh Duff (https://tehshrike.github.io)", | ||
"Matt Ellis (http://sticklebackplastic.com)", | ||
"Nicolas Morel <[email protected]> (https://github.com/Marsup)", | ||
"Richard Bradley (https://github.com/RichardBradley)", | ||
"Seth Vincent <[email protected]> (http://sethvincent.com)", | ||
"Stefan Walther (http://qliksite.io)", | ||
"Tao Wang <[email protected]> (https://github.com/twang2218)", | ||
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)" | ||
], | ||
"repository": "jonschlinkert/markdown-toc", | ||
"bugs": { | ||
"url": "https://github.com/jonschlinkert/markdown-toc/issues" | ||
|
@@ -12,9 +31,7 @@ | |
"files": [ | ||
"cli.js", | ||
"index.js", | ||
"lib", | ||
"LICENSE", | ||
"README.md" | ||
"lib" | ||
], | ||
"main": "index.js", | ||
"bin": { | ||
|