Merge pull request #169 from absidue/deezer-keyword

Add deezer to the package.json keywords and description
This commit is contained in:
Killer069 2021-11-27 14:42:37 +05:30 committed by GitHub
commit 3a025a3115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"name": "play-dl", "name": "play-dl",
"version": "1.3.6", "version": "1.3.6",
"description": "YouTube, SoundCloud, Spotify streaming for discord.js bots", "description": "YouTube, SoundCloud, Spotify, Deezer searching and streaming for discord.js bots",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"directories": { "directories": {
@ -25,7 +25,8 @@
"youtube", "youtube",
"spotify-dl", "spotify-dl",
"spotify", "spotify",
"soundcloud" "soundcloud",
"deezer"
], ],
"author": "Killer069", "author": "Killer069",
"license": "GPL-3.0", "license": "GPL-3.0",