From d4f2d704bb0437c68d5db5cba0c4db6e639a456f Mon Sep 17 00:00:00 2001 From: LuanRT Date: Thu, 16 Feb 2023 17:03:17 -0300 Subject: [PATCH] build: update package description --- package.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c73a593f..fa9fb6a2 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,23 @@ { "name": "youtubei.js", "version": "2.9.0", - "description": "Full-featured wrapper around YouTube's private API. Supports YouTube, YouTube Music and YouTube Studio (WIP).", + "description": "A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).", "type": "module", "types": "./dist/src/platform/lib.d.ts", "typesVersions": { "*": { - "agnostic": ["./dist/src/platform/lib.d.ts"], - "web": ["./dist/src/platform/lib.d.ts"], - "web.bundle": ["./dist/src/platform/lib.d.ts"], - "web.bundle.min": ["./dist/src/platform/lib.d.ts"] + "agnostic": [ + "./dist/src/platform/lib.d.ts" + ], + "web": [ + "./dist/src/platform/lib.d.ts" + ], + "web.bundle": [ + "./dist/src/platform/lib.d.ts" + ], + "web.bundle.min": [ + "./dist/src/platform/lib.d.ts" + ] } }, "exports": { @@ -110,7 +118,6 @@ "youtube-downloader", "youtube-music", "youtube-studio", - "innertubeapi", "innertube", "unofficial", "downloader", @@ -119,8 +126,7 @@ "upload", "ytmusic", "search", - "comment", "music", "api" ] -} +} \ No newline at end of file