Skip to content

Commit 9558558

Browse files
committed
drop support for node < v10
Upgrade deps and dates.
1 parent 71e4bc1 commit 9558558

File tree

5 files changed

+118
-85
lines changed

5 files changed

+118
-85
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_js:
33
- 13
44
- 12
55
- 10
6-
- 8

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-19 Lloyd Brookes <[email protected]>
3+
Copyright (c) 2014-20 Lloyd Brookes <[email protected]>
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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![npm module downloads](http://img.shields.io/npm/dt/jsdoc-to-markdown.svg)](https://www.npmjs.org/package/jsdoc-to-markdown)
33
[![Build Status](https://travis-ci.org/jsdoc2md/jsdoc-to-markdown.svg?branch=master)](https://travis-ci.org/jsdoc2md/jsdoc-to-markdown)
44
[![Coverage Status](https://coveralls.io/repos/github/jsdoc2md/jsdoc-to-markdown/badge.svg?branch=master)](https://coveralls.io/github/jsdoc2md/jsdoc-to-markdown?branch=master)
5-
[![Dependency Status](https://david-dm.org/jsdoc2md/jsdoc-to-markdown.svg)](https://david-dm.org/jsdoc2md/jsdoc-to-markdown)
5+
[![Dependency Status](https://badgen.net/david/dep/jsdoc2md/jsdoc-to-markdown)](https://david-dm.org/jsdoc2md/jsdoc-to-markdown)
66
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
77
[![Join the chat at https://gitter.im/jsdoc2md/jsdoc2md](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jsdoc2md/jsdoc2md?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

@@ -18,8 +18,8 @@ Generates markdown API documentation from [jsdoc](http://usejsdoc.org) annotated
1818
```js
1919
/**
2020
* A quite wonderful function.
21-
* @param {object} - privacy gown
22-
* @param {object} - security
21+
* @param {object} - Privacy gown
22+
* @param {object} - Security
2323
* @returns {survival}
2424
*/
2525
function protection (cloak, dagger) {}
@@ -41,8 +41,8 @@ A quite wonderful function.
4141

4242
| Param | Type | Description |
4343
| ------ | ------------------- | ------------ |
44-
| cloak | <code>object</code> | privacy gown |
45-
| dagger | <code>object</code> | security |
44+
| cloak | <code>object</code> | Privacy gown |
45+
| dagger | <code>object</code> | Security |
4646

4747
```
4848

@@ -59,4 +59,4 @@ $ npm install --save-dev jsdoc-to-markdown
5959

6060
* * *
6161

62-
&copy; 2014-19 Lloyd Brookes \<[email protected]\>.
62+
&copy; 2014-20 Lloyd Brookes \<[email protected]\>.

package-lock.json

Lines changed: 107 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)