Skip to content

Commit a18459c

Browse files
committed
run verb to generate README documentation
1 parent dc6bea5 commit a18459c

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

Diff for: README.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -329,37 +329,39 @@ $ npm install -g verbose/verb#dev verb-generate-readme && verb
329329

330330
You might also be interested in these projects:
331331

332-
* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/jonschlinkert/is-glob) | [homepage](https://github.com/jonschlinkert/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet")
333-
* [is-number](https://www.npmjs.com/package/is-number): Returns true if the value is a number. comprehensive tests. | [homepage](https://github.com/jonschlinkert/is-number "Returns true if the value is a number. comprehensive tests.")
332+
* [is-glob](https://www.npmjs.com/package/is-glob): Returns `true` if the given string looks like a glob pattern or an extglob pattern… [more](https://github.com/micromatch/is-glob) | [homepage](https://github.com/micromatch/is-glob "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet")
333+
* [is-number](https://www.npmjs.com/package/is-number): Returns true if a number or string value is a finite number. Useful for regex… [more](https://github.com/jonschlinkert/is-number) | [homepage](https://github.com/jonschlinkert/is-number "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.")
334334
* [is-primitive](https://www.npmjs.com/package/is-primitive): Returns `true` if the value is a primitive. | [homepage](https://github.com/jonschlinkert/is-primitive "Returns `true` if the value is a primitive. ")
335335

336336
### Contributors
337337

338-
| **Commits** | **Contributor** |
339-
| --- | --- |
340-
| 98 | [jonschlinkert](https://github.com/jonschlinkert) |
341-
| 3 | [aretecode](https://github.com/aretecode) |
342-
| 2 | [miguelmota](https://github.com/miguelmota) |
343-
| 1 | [dtothefp](https://github.com/dtothefp) |
344-
| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) |
345-
| 1 | [ksheedlo](https://github.com/ksheedlo) |
346-
| 1 | [pdehaan](https://github.com/pdehaan) |
347-
| 1 | [laggingreflex](https://github.com/laggingreflex) |
348-
| 1 | [charlike-old](https://github.com/charlike-old) |
338+
| **Commits** | **Contributor** |
339+
| --- | --- |
340+
| 102 | [jonschlinkert](https://github.com/jonschlinkert) |
341+
| 3 | [aretecode](https://github.com/aretecode) |
342+
| 2 | [miguelmota](https://github.com/miguelmota) |
343+
| 1 | [doowb](https://github.com/doowb) |
344+
| 1 | [dtothefp](https://github.com/dtothefp) |
345+
| 1 | [ianstormtaylor](https://github.com/ianstormtaylor) |
346+
| 1 | [ksheedlo](https://github.com/ksheedlo) |
347+
| 1 | [pdehaan](https://github.com/pdehaan) |
348+
| 1 | [laggingreflex](https://github.com/laggingreflex) |
349+
| 1 | [tunnckoCore](https://github.com/tunnckoCore) |
350+
| 1 | [xiaofen9](https://github.com/xiaofen9) |
349351

350352
### Author
351353

352354
**Jon Schlinkert**
353355

354-
* [linkedin/in/jonschlinkert](https://linkedin.com/in/jonschlinkert)
355-
* [github/jonschlinkert](https://github.com/jonschlinkert)
356-
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
356+
* [GitHub Profile](https://github.com/jonschlinkert)
357+
* [Twitter Profile](https://twitter.com/jonschlinkert)
358+
* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert)
357359

358360
### License
359361

360-
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
362+
Copyright © 2020, [Jon Schlinkert](https://github.com/jonschlinkert).
361363
Released under the [MIT License](LICENSE).
362364

363365
***
364366

365-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 01, 2017._
367+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on January 16, 2020._

0 commit comments

Comments
 (0)