From 46a4b439d29d960a0a1c56c6ac05eac885bfc237 Mon Sep 17 00:00:00 2001 From: Anthony DiPadova Date: Tue, 22 Feb 2022 13:42:42 -0800 Subject: [PATCH 1/2] Update license --- .travis.yml | 3 --- LICENSE | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index efb0983..0000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: node_js -node_js: - - "8" diff --git a/LICENSE b/LICENSE index 125882c..024851b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ MIT License +Copyright (c) 2022 Tony DiPadova + Copyright (c) 2020 Mark Miscavage Permission is hereby granted, free of charge, to any person obtaining a copy From f7e09daacd1aba3781eb1be261b2a44d36056146 Mon Sep 17 00:00:00 2001 From: Anthony DiPadova Date: Tue, 22 Feb 2022 13:51:49 -0800 Subject: [PATCH 2/2] Update lib docs --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5e50e35..b72142b 100644 --- a/src/index.js +++ b/src/index.js @@ -23,12 +23,13 @@ const Utils = require('./helpers/utilities'); /** * @class CoinGecko * @author Mark Miscavage + * @author Tony DiPadova * @description A Node.js wrapper for the CoinGecko API with no dependencies. For more information, visit: https://www.coingecko.com/api/docs/v3 * @example * const CoinGecko = require('coingecko-api-typed'); * const CoinGeckoClient = new CoinGecko(); * @public - * @version 1.0.19 + * @version 1.0.20 * @license MIT * @kind class */