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 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 */