Skip to content

Commit

Permalink
drop support for node < v10
Browse files Browse the repository at this point in the history
Upgrade deps and dates.
  • Loading branch information
75lb committed Dec 9, 2019
1 parent 71e4bc1 commit 9558558
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 85 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_js:
- 13
- 12
- 10
- 8
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-19 Lloyd Brookes <[email protected]>
Copyright (c) 2014-20 Lloyd Brookes <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![npm module downloads](http://img.shields.io/npm/dt/jsdoc-to-markdown.svg)](https://www.npmjs.org/package/jsdoc-to-markdown)
[![Build Status](https://travis-ci.org/jsdoc2md/jsdoc-to-markdown.svg?branch=master)](https://travis-ci.org/jsdoc2md/jsdoc-to-markdown)
[![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)
[![Dependency Status](https://david-dm.org/jsdoc2md/jsdoc-to-markdown.svg)](https://david-dm.org/jsdoc2md/jsdoc-to-markdown)
[![Dependency Status](https://badgen.net/david/dep/jsdoc2md/jsdoc-to-markdown)](https://david-dm.org/jsdoc2md/jsdoc-to-markdown)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
[![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)

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

| Param | Type | Description |
| ------ | ------------------- | ------------ |
| cloak | <code>object</code> | privacy gown |
| dagger | <code>object</code> | security |
| cloak | <code>object</code> | Privacy gown |
| dagger | <code>object</code> | Security |

```

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

* * *

&copy; 2014-19 Lloyd Brookes \<[email protected]\>.
&copy; 2014-20 Lloyd Brookes \<[email protected]\>.
180 changes: 107 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9558558

Please sign in to comment.