Skip to content

Commit 671cc1a

Browse files
committed
Update pkg/docs
1 parent 497a2f2 commit 671cc1a

File tree

6 files changed

+1700
-1505
lines changed

6 files changed

+1700
-1505
lines changed

.travis.yml

+4-11
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,19 @@ branches:
44
- master
55
- develop
66
- /^greenkeeper/.*$/
7+
- /^feature/.*$/
78
language: node_js
89
node_js:
910
- stable
11+
- 11
1012
- 10
1113
- 9
1214
- 8
13-
sudo: false
14-
notifications:
15-
webhooks:
16-
urls:
17-
- https://webhooks.gitter.im/e/d0418713e51ac049564a
18-
on_success: always
19-
on_failure: change
20-
on_start: never
2115
env:
2216
global:
23-
- CC_TEST_REPORTER_ID=0b75780aa2ecb4ca547ca268f175e2f8c6600965317ace528b3bc67f6a09b255
24-
- secure: k+PXexJeDTne3XBzuDa59S3V7lvZ1hXoivoD3AkSM30WXRFVhqvreCkpcrKcwLWD6DTJA7DYy2eQE26V4Q2NVIPSHo4cMhVKX4v6a4JITN8UCWKqa9oaDE4OuHWymVXcuS1FRDUJQEy59oRb1zM37f+3bfOEoEupgg4IDBErxiaWyLZV3d8f5mVNkZC2nhvXdfla/KNeJxCIBk8bzR9yCPgra8frwzGb0ZQazZfyy31D3JkHYNeJfIp/4ncXLiracUxzLLAevW0sb4RI3oP3KX8UKs//uT0ipjQnSqPQFM1gewDUPelk6XvI/glw6G1+nttqcyxj+LO6mlpJGXtcyNP2qziU86n2UYsxaocEtvcK4U7lKyo5tnrJr/WunZZ1k0H8YHASkHdKsef5m+lhlrKvk9ebMZER96bE1+p7gNSo9ghGNS+JSelVqs9hqNMFAAdiT8Y3Q5li5Yg81BNbLOXTYwFlXt1OKPrC2Ie3kKw/kbcYIhn9bofmsCHI2naULquISoEW94cqycpZzPfRmoWXOVqXM+jyWdQ/w1tEFuthYIiYJG1YIoptuW2ZIR6kIt8bLe6ZKCotkIfUY8fnENIq/VuNhIZWzHt5rtnqeP0XiH2aPGFXmAVGylVbUZLifQa8mS6CQiR9CTD7bOy5/odFtKrqGD1IN/QxpaLoa1I=
17+
- CC_TEST_REPORTER_ID=dd40883297d249d8283f121d8613705b46ecd75bdc0787a8fc5ca82048def316
2518
before_install:
26-
- '[[ $(node -v) =~ ^v11.*$ ]] || npm install -g npm@latest'
19+
- '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest'
2720
- npm install -g greenkeeper-lockfile
2821
install: npm install
2922
before_script:

docs/index.html

+21-21
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ <h3 class="m0 no-anchor">verbosity</h3>
171171

172172
</ul>
173173
</div>
174-
<div class="badges"><p><p><a href="https://github.com/MarkGriffiths/verbosity" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6.svg?style=flat" alt="Github"></a> <a href="https://travis-ci.org/MarkGriffiths/verbosity" title="Travis"><img src="https://img.shields.io/travis/MarkGriffiths/verbosity.svg?branch=master&#x26;style=flat&#x26;logo=travis" alt="Travis"></a> <br>
175-
</p> <p><a href="https://codeclimate.com/github/MarkGriffiths/verbosity/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/c92b0de0806e1fa6f65a/maintainability?style=flat" alt="Code-climate"></a> <br>
176-
</p> <p><a href="https://codeclimate.com/github/MarkGriffiths/verbosity/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/c92b0de0806e1fa6f65a/test_coverage?style=flat" alt="Coverage"></a> <br>
177-
</p> <p><a href="https://david-dm.org/MarkGriffiths/verbosity/master" title="David"><img src="https://img.shields.io/david/MarkGriffiths/verbosity.svg?branch=master&#x26;style=flat" alt="David"></a> <br>
174+
<div class="badges"><p><p><a href="https://github.com/thebespokepixel/verbosity" title="Github"><img src="https://img.shields.io/badge/github-source-4E73B6.svg?style=flat" alt="Github"></a> <a href="https://travis-ci.org/thebespokepixel/verbosity" title="Travis"><img src="https://img.shields.io/travis/thebespokepixel/verbosity.svg?branch=master&#x26;style=flat&#x26;logo=travis" alt="Travis"></a> <br>
175+
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/verbosity/maintainability" title="Code-climate"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/maintainability?style=flat" alt="Code-climate"></a> <br>
176+
</p> <p><a href="https://codeclimate.com/github/thebespokepixel/verbosity/test_coverage" title="Coverage"><img src="https://api.codeclimate.com/v1/badges/374a4343fca92868720c/test_coverage?style=flat" alt="Coverage"></a> <br>
177+
</p> <p><a href="https://david-dm.org/thebespokepixel/verbosity/master" title="David"><img src="https://img.shields.io/david/thebespokepixel/verbosity.svg?branch=master&#x26;style=flat" alt="David"></a> <br>
178178
</p> <br>
179179
</p></div>
180180
<div class="mt1 h6 quiet">
@@ -278,7 +278,7 @@ <h3 class='left m0 panel-title' id='createconsole'>
278278
</h3>
279279

280280

281-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/index.js#L15-L17'>
281+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/index.js#L15-L17'>
282282
<span>src/index.js</span>
283283
</a>
284284

@@ -354,7 +354,7 @@ <h3 class='left m0 panel-title' id='getversion'>
354354
</h3>
355355

356356

357-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/index.js#L25-L25'>
357+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/index.js#L25-L25'>
358358
<span>src/index.js</span>
359359
</a>
360360

@@ -430,7 +430,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
430430
</h3>
431431

432432

433-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L32-L305'>
433+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L32-L305'>
434434
<span>src/lib/verbosity.class.js</span>
435435
</a>
436436

@@ -600,7 +600,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
600600
<div class='clearfix'>
601601

602602

603-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L91-L105'>
603+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L91-L105'>
604604
<span>src/lib/verbosity.class.js</span>
605605
</a>
606606

@@ -677,7 +677,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
677677
<div class='clearfix'>
678678

679679

680-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L112-L115'>
680+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L112-L115'>
681681
<span>src/lib/verbosity.class.js</span>
682682
</a>
683683

@@ -755,7 +755,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
755755
<div class='clearfix'>
756756

757757

758-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L147-L149'>
758+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L147-L149'>
759759
<span>src/lib/verbosity.class.js</span>
760760
</a>
761761

@@ -833,7 +833,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
833833
<div class='clearfix'>
834834

835835

836-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L147-L149'>
836+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L147-L149'>
837837
<span>src/lib/verbosity.class.js</span>
838838
</a>
839839

@@ -911,7 +911,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
911911
<div class='clearfix'>
912912

913913

914-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L156-L158'>
914+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L156-L158'>
915915
<span>src/lib/verbosity.class.js</span>
916916
</a>
917917

@@ -989,7 +989,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
989989
<div class='clearfix'>
990990

991991

992-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L165-L167'>
992+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L165-L167'>
993993
<span>src/lib/verbosity.class.js</span>
994994
</a>
995995

@@ -1067,7 +1067,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
10671067
<div class='clearfix'>
10681068

10691069

1070-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L174-L176'>
1070+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L174-L176'>
10711071
<span>src/lib/verbosity.class.js</span>
10721072
</a>
10731073

@@ -1145,7 +1145,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
11451145
<div class='clearfix'>
11461146

11471147

1148-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L183-L185'>
1148+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L183-L185'>
11491149
<span>src/lib/verbosity.class.js</span>
11501150
</a>
11511151

@@ -1223,7 +1223,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
12231223
<div class='clearfix'>
12241224

12251225

1226-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L192-L194'>
1226+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L192-L194'>
12271227
<span>src/lib/verbosity.class.js</span>
12281228
</a>
12291229

@@ -1301,7 +1301,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
13011301
<div class='clearfix'>
13021302

13031303

1304-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L201-L203'>
1304+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L201-L203'>
13051305
<span>src/lib/verbosity.class.js</span>
13061306
</a>
13071307

@@ -1379,7 +1379,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
13791379
<div class='clearfix'>
13801380

13811381

1382-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L210-L212'>
1382+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L210-L212'>
13831383
<span>src/lib/verbosity.class.js</span>
13841384
</a>
13851385

@@ -1457,7 +1457,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
14571457
<div class='clearfix'>
14581458

14591459

1460-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L219-L224'>
1460+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L219-L224'>
14611461
<span>src/lib/verbosity.class.js</span>
14621462
</a>
14631463

@@ -1536,7 +1536,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
15361536
<div class='clearfix'>
15371537

15381538

1539-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L245-L257'>
1539+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L245-L257'>
15401540
<span>src/lib/verbosity.class.js</span>
15411541
</a>
15421542

@@ -1642,7 +1642,7 @@ <h3 class='left m0 panel-title' id='verbosity'>
16421642
<div class='clearfix'>
16431643

16441644

1645-
<a class='pl3 pr1 right rounded github' href='https://github.com/MarkGriffiths/verbosity/blob/da981045361f0427bb73d512b215789f3c55e852/src/lib/verbosity.class.js#L277-L304'>
1645+
<a class='pl3 pr1 right rounded github' href='https://github.com/thebespokepixel/verbosity/blob/497a2f2fb711df5182eb6ef83ec940d9ee9ba1b0/src/lib/verbosity.class.js#L277-L304'>
16461646
<span>src/lib/verbosity.class.js</span>
16471647
</a>
16481648

0 commit comments

Comments
 (0)