Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Sep 6, 2022
1 parent ddbf9e9 commit 60fe4b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@

___

> WIP- Documentation for YouTube.js 2.0.0
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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",
Expand Down
2 changes: 1 addition & 1 deletion src/proto/youtube.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 60fe4b1

Please sign in to comment.