Skip to content

Commit

Permalink
run update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 27, 2016
1 parent fb2f44c commit 2c6ab71
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 24 deletions.
13 changes: 2 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# http://editorconfig.org
root = true

[*]
Expand All @@ -9,14 +8,6 @@ indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
[{**/{actual,fixtures,expected,templates}/**,*.md}]
trim_trailing_whitespace = false
insert_final_newline = false

[**/{actual,fixtures,expected}/**]
trim_trailing_whitespace = false
insert_final_newline = false

[**/templates/**]
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false
24 changes: 14 additions & 10 deletions .gitignore
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
2 changes: 2 additions & 0 deletions .travis.yml
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'
Expand Down
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -12,9 +31,7 @@
"files": [
"cli.js",
"index.js",
"lib",
"LICENSE",
"README.md"
"lib"
],
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 2c6ab71

Please sign in to comment.