Skip to content

Commit 1e8f01e

Browse files
committed
run update
1 parent 1ede564 commit 1e8f01e

File tree

8 files changed

+113
-37
lines changed

8 files changed

+113
-37
lines changed

.eslintrc.json

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"ecmaFeatures": {
3-
"modules": true,
4-
"experimentalObjectRestSpread": true
5-
},
6-
72
"env": {
83
"browser": false,
94
"es6": true,

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ vendor
2525
temp
2626
tmp
2727
TODO.md
28+
package-lock.json

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ os:
55
language: node_js
66
node_js:
77
- node
8+
- '8'
9+
- '7'
810
- '6'
11+
- '5'
912
- '4'
1013
- '0.12'
1114
- '0.10'
12-
matrix:
13-
allow_failures:
14-
- node_js: '4'
15-
- node_js: '0.12'
16-
- node_js: '0.10'

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2017, Jon Schlinkert
3+
Copyright (c) 2013-2017, Jon Schlinkert.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

appveyor.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Test against this version of Node.js
2+
environment:
3+
matrix:
4+
# node.js
5+
- nodejs_version: "8.0"
6+
- nodejs_version: "7.0"
7+
- nodejs_version: "6.0"
8+
- nodejs_version: "5.0"
9+
- nodejs_version: "4.0"
10+
- nodejs_version: "0.12"
11+
- nodejs_version: "0.10"
12+
13+
# Install scripts. (runs after repo cloning)
14+
install:
15+
# Get the latest stable version of Node.js or io.js
16+
- ps: Install-Product node $env:nodejs_version
17+
# install modules
18+
- npm install
19+
20+
# Post-install test scripts.
21+
test_script:
22+
# Output useful info for debugging.
23+
- node --version
24+
- npm --version
25+
# run tests
26+
- npm test
27+
28+
# Don't actually build.
29+
build: off

bower.json

+63-16
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,90 @@
1111
"index.js"
1212
],
1313
"dependencies": {
14-
"concat-stream": "^1.5.1",
15-
"gray-matter": "^2.0.2",
16-
"lazy-cache": "^1.0.2",
14+
"concat-stream": "^1.5.2",
15+
"diacritics-map": "^0.1.0",
16+
"gray-matter": "^2.1.0",
17+
"lazy-cache": "^2.0.2",
18+
"list-item": "^1.1.1",
1719
"markdown-link": "^0.1.1",
1820
"minimist": "^1.2.0",
1921
"mixin-deep": "^1.1.3",
20-
"object.pick": "^1.1.1",
21-
"remarkable": "^1.6.1",
22-
"repeat-string": "^1.5.2"
22+
"object.pick": "^1.2.0",
23+
"remarkable": "^1.7.1",
24+
"repeat-string": "^1.6.1",
25+
"strip-color": "^0.1.0"
2326
},
2427
"devDependencies": {
25-
"mocha": "*",
26-
"should": "*"
28+
"gulp-format-md": "^0.1.11",
29+
"mocha": "^3.2.0"
2730
},
2831
"keywords": [
2932
"anchor",
3033
"commonmark",
3134
"docs",
3235
"document",
3336
"documentation",
34-
"heading",
35-
"markdown",
36-
"md",
3737
"glossary",
38+
"heading",
3839
"index",
3940
"links",
40-
"reference",
41+
"markdown",
42+
"md",
43+
"plugin",
4144
"readme",
45+
"reference",
4246
"remarkable",
4347
"remarkableplugin",
44-
"plugin",
4548
"render",
4649
"renderer",
47-
"table-of-contents",
48-
"table of contents",
4950
"table",
51+
"table of contents",
52+
"table-of-contents",
5053
"toc",
5154
"write"
55+
],
56+
"version": "1.1.0",
57+
"contributors": [
58+
"(https://github.com/lu22do)",
59+
"=^._.^= (http://maxogden.com)",
60+
"Benjamin Schmitz (https://github.com/Vortex375)",
61+
"Christian Raunitschka (raunitschka.de)",
62+
"Daniel Chen (http://chendaniely.github.io)",
63+
"David Mohl <[email protected]> (https://dvcrn.github.io)",
64+
"Federico Soave (https://github.com/Feder1co5oave)",
65+
"Gary Green (https://github.com/garygreen)",
66+
"Jon Schlinkert <[email protected]> (http://twitter.com/jonschlinkert)",
67+
"Josh Duff (https://tehshrike.github.io)",
68+
"Matt Ellis (http://sticklebackplastic.com)",
69+
"Nicolas Morel <[email protected]> (https://github.com/Marsup)",
70+
"Richard Bradley (https://github.com/RichardBradley)",
71+
"Seth Vincent <[email protected]> (http://sethvincent.com)",
72+
"Stefan Walther (http://qliksite.io)",
73+
"Tao Wang <[email protected]> (https://github.com/twang2218)",
74+
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
75+
],
76+
"bugs": {
77+
"url": "https://github.com/jonschlinkert/markdown-toc/issues"
78+
},
79+
"files": [
80+
"cli.js",
81+
"index.js",
82+
"lib"
83+
],
84+
"bin": {
85+
"markdown-toc": "cli.js"
86+
},
87+
"directories": {
88+
"test": "test"
89+
},
90+
"ignore": [
91+
"actual",
92+
"bower_components",
93+
"fixtures",
94+
"node_modules",
95+
"temp",
96+
"test",
97+
"test.js",
98+
"tmp"
5299
]
53-
}
100+
}

index.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
'use strict';
22

3-
/**
4-
* Module dependencies
3+
/*!
4+
* markdown-toc <https://github.com/jonschlinkert/markdown-toc>
5+
*
6+
* Copyright © 2013-2017, Jon Schlinkert.
7+
* Released under the MIT License.
58
*/
69

710
var utils = require('./lib/utils');

package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@
55
"homepage": "https://github.com/jonschlinkert/markdown-toc",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
8-
"(https://github.com/lu22do)",
98
"=^._.^= (http://maxogden.com)",
9+
"Andrés (http://angrykoala.github.io)",
1010
"Benjamin Schmitz (https://github.com/Vortex375)",
1111
"Christian Raunitschka (raunitschka.de)",
1212
"Daniel Chen (http://chendaniely.github.io)",
13-
"David Mohl <[email protected]> (https://dvcrn.github.io)",
13+
"Daniel Mietchen (http://about.me/daniel.mietchen)",
14+
"David Mohl (https://dvcrn.github.io)",
1415
"Federico Soave (https://github.com/Feder1co5oave)",
1516
"Gary Green (https://github.com/garygreen)",
16-
"Jon Schlinkert <[email protected]> (http://twitter.com/jonschlinkert)",
17+
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
1718
"Josh Duff (https://tehshrike.github.io)",
1819
"Matt Ellis (http://sticklebackplastic.com)",
19-
"Nicolas Morel <[email protected]> (https://github.com/Marsup)",
20+
"Nicolas Morel (https://github.com/Marsup)",
21+
"Rafael Steil (http://rafaelsteil.com)",
2022
"Richard Bradley (https://github.com/RichardBradley)",
21-
"Seth Vincent <[email protected]> (http://sethvincent.com)",
23+
"Seth Vincent (https://sethvincent.com)",
2224
"Stefan Walther (http://qliksite.io)",
23-
"Tao Wang <[email protected]> (https://github.com/twang2218)",
24-
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)"
25+
"Tao Wang (https://github.com/twang2218)",
26+
"(https://github.com/lu22do)",
27+
"Zeke Sikelianos (http://zeke.sikelianos.com)"
2528
],
2629
"repository": "jonschlinkert/markdown-toc",
2730
"bugs": {

0 commit comments

Comments
 (0)