Skip to content

Commit 363f8bd

Browse files
committed
drop support for node < v14.. upgrade deps.
1 parent 765061b commit 363f8bd

File tree

5 files changed

+2110
-156
lines changed

5 files changed

+2110
-156
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
22
node_js:
33
- 14
4-
- 12
5-
- 10
4+
- 15

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-20 Lloyd Brookes <[email protected]>
3+
Copyright (c) 2014-21 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ $ npm install --save-dev jsdoc-to-markdown
6161

6262
* * *
6363

64-
&copy; 2014-20 Lloyd Brookes \<[email protected]\>.
64+
&copy; 2014-21 Lloyd Brookes \<[email protected]\>.
65+
66+
Tested by [test-runner](https://github.com/test-runner-js/test-runner).

0 commit comments

Comments
 (0)