Comparing version 0.2.13 to 0.2.14
{ | ||
"name": "discotify", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Discord Rich Presence for spotify in TypeScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://kurozero.xyz", |
@@ -1,2 +0,2 @@ | ||
# discotify `0.2.13` | ||
# discotify `0.2.14` | ||
Spotify Rich Presence for Discord in TypeScript<br/> | ||
@@ -6,3 +6,3 @@ *shows your currently playing song as a fancy rich presence in Discord* | ||
Install globally with:<br/> | ||
`npm install -g discotify@0.2.13` | ||
`npm install -g discotify@0.2.14` | ||
@@ -9,0 +9,0 @@ ## Requirements |
@@ -175,5 +175,5 @@ const { format } = require('util'); | ||
function SpotifyWebHelper(opts): void { | ||
function SpotifyWebHelper(opts) { | ||
if (!(this instanceof SpotifyWebHelper)) { | ||
return new SpotifyWebHelper(opts); | ||
return SpotifyWebHelper(opts); | ||
} | ||
@@ -180,0 +180,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49645