chore: tidy up

This commit is contained in:
LuanRT
2022-09-06 04:57:46 -03:00
parent ddbf9e93da
commit 60fe4b1829
3 changed files with 6 additions and 8 deletions

View File

@@ -71,8 +71,6 @@
___
> WIP- Documentation for YouTube.js 2.0.0
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
@@ -136,7 +134,7 @@ yarn add youtubei.js@latest
npm install github:LuanRT/YouTube.js
```
**TODO: Deno install instructions (esm.sh possibly?)**
**TODO:** Deno install instructions (esm.sh possibly?)
<!-- USAGE -->
## Usage

View File

@@ -1,19 +1,19 @@
{
"name": "youtubei.js",
"version": "2.0.0",
"description": "A full-featured wrapper around YouTube's private API. Allows you to retrieve info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!",
"description": "Full-featured wrapper around YouTube's private API.",
"main": "./dist/index.js",
"browser": "./bundle/browser.js",
"types": "./dist",
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
"funding": [
"https://github.com/sponsors/LuanRT"
],
"contributors": [
"Wykerd (https://github.com/wykerd/)",
"MasterOfBob777 (https://github.com/MasterOfBob777)",
"patrickkfkan (https://github.com/patrickkfkan)"
],
"funding": [
"https://github.com/sponsors/LuanRT"
],
"directories": {
"test": "./test",
"examples": "./examples",

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.7.0
// @generated by protobuf-ts 2.8.0
// @generated from protobuf file "youtube.proto" (package "youtube", syntax proto2)
// tslint:disable
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";