diff --git a/README.md b/README.md index 6a902b93..651abfdb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [versions]: https://www.npmjs.com/package/youtubei.js?activeTab=versions [codefactor]: https://www.codefactor.io/repository/github/luanrt/youtube.js [actions]: https://github.com/LuanRT/YouTube.js/actions -[say-thanks]: https://saythanks.io/to/LuanRT [collaborators]: https://github.com/LuanRT/YouTube.js/blob/main/COLLABORATORS.md @@ -23,33 +22,28 @@ [![Codefactor](https://www.codefactor.io/repository/github/luanrt/youtube.js/badge)][codefactor] [![Downloads](https://img.shields.io/npm/dt/youtubei.js)][npm] [![Discord](https://img.shields.io/badge/discord-online-brightgreen.svg)][discord] - [![Say thanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)][say-thanks]
[![Donate](https://img.shields.io/badge/donate-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white)][collaborators] -

- Special thanks to: -

- - - - - - - -
- - SerpApi -
- - - Scrape Google and other search engines from a fast, easy and complete API. - - -
-
+
+

+ Special thanks to: +
+
+ + SerpApi +
+ + API to get search engine results with ease. + +
+

+
+
+
+
## Table of Contents
    diff --git a/tsconfig.json b/tsconfig.json index e53bdc92..7cdd64cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -102,9 +102,7 @@ }, "include": [ "src/**/*.ts", - "src/**/*.js", - "index.ts", - "browser.ts" + "src/**/*.js" ], "exclude": [ "node_modules",