From 2c6ab7121e40c28de820a09ddc6d50536d976c61 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Tue, 27 Sep 2016 15:57:20 -0400 Subject: [PATCH] run update --- .editorconfig | 13 ++----------- .gitignore | 24 ++++++++++++++---------- .travis.yml | 2 ++ package.json | 23 ++++++++++++++++++++--- 4 files changed, 38 insertions(+), 24 deletions(-) diff --git a/.editorconfig b/.editorconfig index 408d870..818e072 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ -# http://editorconfig.org root = true [*] @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index f0e6410..625c191 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.travis.yml b/.travis.yml index e9f3361..ef33699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ sudo: false language: node_js node_js: + - node + - '6' - '5' - '4' - '0.12' diff --git a/package.json b/package.json index 7739b03..033ed08 100644 --- a/package.json +++ b/package.json @@ -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 (https://dvcrn.github.io)", + "Federico Soave (https://github.com/Feder1co5oave)", + "Gary Green (https://github.com/garygreen)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Josh Duff (https://tehshrike.github.io)", + "Matt Ellis (http://sticklebackplastic.com)", + "Nicolas Morel (https://github.com/Marsup)", + "Richard Bradley (https://github.com/RichardBradley)", + "Seth Vincent (http://sethvincent.com)", + "Stefan Walther (http://qliksite.io)", + "Tao Wang (https://github.com/twang2218)", + "Zeke Sikelianos (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": {