Skip to content

Commit

Permalink
replace request dependency with node-fetch.. add node v15 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Nov 7, 2020
1 parent d7571ce commit 34dea85
Show file tree
Hide file tree
Showing 7 changed files with 1,580 additions and 445 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 13
- 15
- 14
- 12
- 10
branches:
Expand Down
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) 2013-19 Lloyd Brookes <75pound@gmail.com>
Copyright (c) 2013-21 Lloyd Brookes <75pound@gmail.com>

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
2 changes: 1 addition & 1 deletion README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Encoding 1.07 131.76 158.12 00h21m11s

* * *

&copy; 2013-20 Lloyd Brookes &lt;75pound@gmail.com&gt;.
&copy; 2013-21 Lloyd Brookes &lt;75pound@gmail.com&gt;.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ If `.cancel()` was called, this event is emitted once the underlying HandbrakeCL

* * *

&copy; 2013-20 Lloyd Brookes &lt;75pound@gmail.com&gt;.
&copy; 2013-21 Lloyd Brookes &lt;75pound@gmail.com&gt;.

Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Expand Down
Loading

0 comments on commit 34dea85

Please # to comment.